dmpop / sonnenhut

Simple dashboard for photographers
GNU General Public License v3.0
5 stars 0 forks source link

Idea: Support docopt? #22

Closed tomschr closed 7 years ago

tomschr commented 7 years ago

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