
29 Mar
2016
29 Mar
'16
5:14 a.m.
On 26.03.2016 12:02, Michel Desmoulin wrote:
I love argparse. I really do. But it's one of those lib forcing me to RTFM everytime I need it, for the last 10 years.
You may want to look at: https://pypi.python.org/pypi/argh#examples
It's dead simple. Each function can become a cmdline command since it just re-uses the functions' signatures. :)
Best, Sven