blob: 085b06a386bc0dcad4cc7ec9ff48481137acee85 (
plain)
1
2
3
4
5
6
7
8
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.
|