[Python-ideas] Add a begins like wrapper to argparse
Sven R. Kunze
srkunze at mail.de
Tue Mar 29 04:14:16 EDT 2016
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
More information about the Python-ideas
mailing list