python3-sphinx-argparse-cli

Sphinx extension to render CLI arguments defined by the argparse module
  https://github.com/tox-dev/sphinx-argparse-cli
  0
  no reviews



Sphinx-argparse-cli is an extension for Sphinx to render documentation for command-line interface (CLI) arguments defined by the argparse module.

Unlike the sphinx-argparse module, this module is more capable with regards to CLI interfaces that utilize sub-commands. A notable example is the "tox" project, from which this module originates.