This contrib extension, sphinxcontrib.autoprogram, provides an automated
way to document CLI programs. It scans argparse.ArgumentParser object,
and then expands it into a set of .. program:: and .. option::
directives.
Install using pip:
$ pip install sphinxcontrib-autoprogramYou can find the documentation from the following URL: