mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-23 17:24:21 +01:00
* initial work on sphinx docs; much left to do * first pass at docs complete; still has some warts
25 lines
395 B
ReStructuredText
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 |