Closed cdsimpkins closed 8 years ago
argparse is a standard python library included at least since 2.7. It allows for the creation of self-documenting arguments and usage hints, as well as argument validation without you having to write lots of boiler-plate code.
Documentation
this is related to #1 and #2
Implemented. This will be merged into the 1.1 branch for testing here in a bit.
argparse is a standard python library included at least since 2.7. It allows for the creation of self-documenting arguments and usage hints, as well as argument validation without you having to write lots of boiler-plate code.
Documentation