The user manual sections on the command line interface are all programmatically generated. See manual/custom.py
You are welcome to submit a patch to refactor that code to make it easily useable for generating man pages as well, if you want.
Probably the best way to do that, is to run sphinx-build with the man output type and just take the man pages for the CLI aprt from there.
|