diff options
Diffstat (limited to 'development/python-docopt/README')
-rw-r--r-- | development/python-docopt/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/python-docopt/README b/development/python-docopt/README new file mode 100644 index 000000000000..085b06a386bc --- /dev/null +++ b/development/python-docopt/README @@ -0,0 +1,9 @@ +docopt helps you: +- define the interface for your command-line app, and +- automatically generate a parser for it. +docopt is based on conventions that have been used for decades in help +messages and man pages for describing a program's interface. +An interface description in docopt is such a help message, +but formalized. + +python3 is an optional (autodetected) dependency. |