diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-15 08:51:03 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:02 -0600 |
commit | e3111c116cd31082fa786a35760ed160e33a51af (patch) | |
tree | cb2e9c280bd5f0b1592c9d82de5c4f9d565a28e0 /python/docopt/README | |
parent | 5986f6d3a251d81fcdf655335dd9afff3e261868 (diff) | |
download | slackbuilds-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/README | 3 |
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. |