slackbuilds_ponce/python/argh/README
B. Watson f8002daa80 python/argh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:53 -04:00

6 lines
263 B
Text

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.