Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 671 Bytes

cli.rst

File metadata and controls

49 lines (31 loc) · 671 Bytes

Commandline interface

xoa comes with an executable script with the same name. Here is its help.

.. argparse::
    :module: xoa.cli
    :func: get_parser
    :prog: xoa
    :nosubcommands:


.. argparse::
    :module: xoa.cli
    :func: get_parser
    :prog: xoa
    :path: info


Examples

Print all info:

.. command-output:: xoa info


Print only info about paths:

.. command-output:: xoa info paths


.. argparse::
    :module: xoa.cli
    :func: get_parser
    :prog: xoa
    :path: reset_cf_cache