diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-27 22:53:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:17 -0600 |
commit | fdf7b09e8c70ee266fc9f7233e2300ff19abad3a (patch) | |
tree | 6a6e83a39f82654ba40daa0dd284c24e6f050291 /python/argh/README | |
parent | 690aa4679dee052a9fef69ea514829a014d9ba5e (diff) |
python/argh: Added (An unobtrusive argparse wrapper).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argh/README')
-rw-r--r-- | python/argh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/argh/README b/python/argh/README new file mode 100644 index 0000000000000..495df0e967ef1 --- /dev/null +++ b/python/argh/README @@ -0,0 +1,6 @@ +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. |