diff options
Diffstat (limited to 'python/python2-docopt/README')
-rw-r--r-- | python/python2-docopt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-docopt/README b/python/python2-docopt/README new file mode 100644 index 0000000000..d7acb7f8d8 --- /dev/null +++ b/python/python2-docopt/README @@ -0,0 +1,5 @@ +python2-docopt (Command-line interface description language) + +docopt helps you + - define interface for your command-line app + - automatically generate parser for it. |