Skip to content

Commit

Permalink
Add new CLI subcommands to list
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Jan 31, 2024
1 parent f77fa3e commit caa8525
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ any Python code::
* |run|_ -- run a control file
* |get-airnow|_ -- get AirNow data
* |get-aeronet|_ -- get AERONET data
* |get-ish|_ -- get ISH data
* |get-ish-lite|_ -- get ISH-Lite data

.. |run| replace:: ``run``
.. _run: #melodies-monet-run
Expand All @@ -25,6 +27,11 @@ any Python code::
.. |get-aeronet| replace:: ``get-aeronet``
.. _get-aeronet: #melodies-monet-get-aeronet

.. |get-ish| replace:: ``get-ish``
.. _get-ish: #melodies-monet-get-ish

.. |get-ish-lite| replace:: ``get-ish-lite``
.. _get-ish-lite: #melodies-monet-get-ish-lite

.. click:: melodies_monet._cli:_typer_click_object
:prog: melodies-monet
Expand Down

0 comments on commit caa8525

Please sign in to comment.