mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
cli.rst add --help (#939)
* Update cli.rst Added that --help works for esphome commands. i.e. esphome logs --help * Update cli.rst * Update guides/cli.rst Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
This commit is contained in:
parent
251357b769
commit
5abc39ba01
@ -20,7 +20,18 @@ ESPHome's command line interface always has the following format
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
esphome livingroom.yaml kitchen.yaml run
|
||||
esphome livingroom.yaml kitchen.yaml run
|
||||
|
||||
``--help`` Option
|
||||
--------------------
|
||||
|
||||
.. option:: -h|--help
|
||||
|
||||
Output possible <commands> and [arguments].
|
||||
Note: you can also use ``--help`` for any command to get arguments specific to that command.
|
||||
.. code-block:: console
|
||||
|
||||
esphome <some_command> --help
|
||||
|
||||
``--verbose`` Option
|
||||
--------------------
|
||||
@ -208,4 +219,3 @@ through a graphical user interface.
|
||||
If set, opens the dashboard UI in a browser once the server is up and running.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user