argparse-examples
Some simple argparse examples.
dead-simple
A dead simple example that just takes two required arguments, and shows how to get the values of those arguments and do something with them.
test-matrix
a template for testing out a parameters matrix. this adds multiple arguments to the arg parser, then calls the argparser with different combinations of arguments to print out the values of the underlying args parameter dictionary.
Description
Languages
Python
100%