Skip to content

Commit

Permalink
new: [documentation] Added section about the command line interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 7, 2024
1 parent bcd6622 commit ef7e3ca
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/command-line-interface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Command Line Interface
======================

.. code-block:: bash
$ ./scandale_cli.py --help
Usage: scandale_cli.py [OPTIONS] COMMAND [ARGS]...
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ openapi │
│ version │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Use-case

installation
deployment
command-line-interface


.. toctree::
Expand Down

0 comments on commit ef7e3ca

Please sign in to comment.