summaryrefslogtreecommitdiffstats
path: root/python/docopt/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-01-15 02:51:03 +0100
committer Erik Hanson2014-01-30 06:21:02 +0100
commite3111c116cd31082fa786a35760ed160e33a51af (patch)
treecb2e9c280bd5f0b1592c9d82de5c4f9d565a28e0 /python/docopt/README
parent5986f6d3a251d81fcdf655335dd9afff3e261868 (diff)
downloadslackbuilds-e3111c116cd31082fa786a35760ed160e33a51af.tar.gz
python/docopt: Added (Command-line interface description language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/docopt/README')
-rw-r--r--python/docopt/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/docopt/README b/python/docopt/README
new file mode 100644
index 0000000000..de9ee4f9c6
--- /dev/null
+++ b/python/docopt/README
@@ -0,0 +1,3 @@
+docopt helps you
+* define interface for your command-line app
+* automatically generate parser for it.