summaryrefslogtreecommitdiffstats
path: root/python/argh/README
blob: 01955b707600a3744223a07f41e8ab9327f4265d (plain)
Building a command-line interface? Found yourself uttering
"argh!" while struggling with the API of `argparse`? Don't like the
complexity but need the power?

Argh is a smart wrapper for argparse. Argparse is a very powerful tool;
Argh just makes it easy to use.