Files
recon-pipeline/docs/api/commands.rst
epi052 5e4d71d32a Add docs (#3)
* initial work on sphinx docs; much left to do

* first pass at docs complete; still has some warts
2020-01-27 05:45:42 -06:00

25 lines
395 B
ReStructuredText

Commands
========
``recon-pipeline`` provides two commands ``install`` and ``scan``. All other commands are inherited
from `cmd2 <https://github.com/python-cmd2/cmd2>`_.
.. _install_command:
install
#######
.. argparse::
:module: recon
:func: install_parser
:prog: install
.. _scan_command:
scan
####
.. argparse::
:module: recon
:func: scan_parser
:prog: install