aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/docs/cli.rst
blob: a3afc01858f1a8f19fa93b30987ba0cbbf4e3c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
.. _module-MODULE_NAME-cli:

=============
CLI Reference
=============
..
  If the module has a command-line interface, document that here. For Python
  CLIs, the `sphinx-argparse package
  <https://sphinx-argparse.readthedocs.io/en/stable/usage.html>`_ makes this
  very simple and is already included in Pigweed. This doc may be omitted for
  experimental modules that are not yet ready for public use.