To generate CLI documentation from a argparse parser from parser.py run:
pip install -e ..
mkdocs serveAnd visit http://127.0.0.1:8000/cli/.
It should look something like this:

The plugin can be further configured see [mkdocs-custom.yml][mkdocs-custom.yml] for an example.
mkdocs build -f mkdocs-custom.ymlAnd visit http://127.0.0.1:8000/commands/.