Humane command line arguments parser
docopt-ng helps you create beautiful command-line interfaces. The option parser is generated based on the docstring that is passed to docopt function. docopt parses the usage pattern ("Usage: ...") and option descriptions (lines starting with dash "-") and ensures that the program invocation matches the usage pattern; it parses options, arguments and commands based on that. The basic idea is that a good help message has all necessary information in it to make a parser.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.9.0-4.fc41 | - |
Fedora 41 | 0.9.0-4.fc41 | - |
Fedora EPEL 10.0 | 0.9.0-2.el10_0 | - |
You can contact the maintainers of this package via email at
python-docopt-ng dash maintainers at fedoraproject dot org
.