clig - CLI Generator¶
clig is a single module, written in pure python, that wraps around the
stdlib module argparse to
generate command line interfaces through simple functions.
If you know how to use
argparse, you may want to
use clig.
Installation¶
Install with pip:
pip install clig
Or just download the module
Table of contents¶
Links¶
GitHub repository: https://github.com/diogo-rossi/clig
Documentation: https://clig.readthedocs.io/en/latest/