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.
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.0-2
- Rebuilt for MSVSphere 10
* Thu Mar 07 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.9.0-2
- Conflict with python3-docopt
* Wed Mar 06 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.9.0-1
- Initial package rhbz#2268249