It could be a nice addition (and probably not very difficult) to use the docopt module (not in the Python standard library). The module can parse all the command line arguments.
Use Case
In case you want to support (more) options etc. it's very easy to add that and let the docopt module do all the heavy lifting.
It could be a nice addition (and probably not very difficult) to use the
docopt
module (not in the Python standard library). The module can parse all the command line arguments.Use Case
In case you want to support (more) options etc. it's very easy to add that and let the
docopt
module do all the heavy lifting.See http://docopt.org