diff options
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. |