Multicommand
Simple subcommand CLIs with argparse
Small
The magic happens in a single module (multicommand.py
)
Simple API
Structure commands however you like, then call multicommand.create_parser(...)
.
Dependency-Free
All you need is python 3.6+. multicommand
uses just the standard library.