summaryrefslogtreecommitdiffstats
path: root/python/argh/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/argh/README')
-rw-r--r--python/argh/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/argh/README b/python/argh/README
new file mode 100644
index 0000000000..495df0e967
--- /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.