stedmeister
stedmeister
To make using easyargs easier to test, it should be possible to pass in the arguments that the parser should use and fallback to sys.argv if they are not supplied.
In order to handle really specialised cases and to allow a smooth switch from easyargs to argparse, it should be possible to supply an argparse class as a default option....
It would be nice to be able to add global options to class based parsers. Need to think about how to do it (probably means adding a specially named function...