forked from platformio/platformio-core
Add "program" to command options
This commit is contained in:
@ -47,7 +47,7 @@ Options
|
|||||||
.. program:: platformio ci
|
.. program:: platformio ci
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-l, --lib
|
--lib, -l
|
||||||
|
|
||||||
Source code which will be copied to ``%build_dir%/lib`` directly.
|
Source code which will be copied to ``%build_dir%/lib`` directly.
|
||||||
|
|
||||||
|
@ -29,6 +29,8 @@ This command will create:
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio init
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--project-dir, -d
|
--project-dir, -d
|
||||||
|
|
||||||
@ -50,7 +52,8 @@ The full list with pre-configured boards is available here :ref:`platforms`.
|
|||||||
.. option::
|
.. option::
|
||||||
--disable-auto-uploading
|
--disable-auto-uploading
|
||||||
|
|
||||||
If you initialise project with the specified ``--board``, then *PlatformIO*
|
If you initialise project with the specified
|
||||||
|
:option:`platformio init --board``, then *PlatformIO*
|
||||||
will create environment with enabled firmware auto-uploading. This option
|
will create environment with enabled firmware auto-uploading. This option
|
||||||
allows you to disable firmware auto-uploading by default.
|
allows you to disable firmware auto-uploading by default.
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ Process environments which are defined in :ref:`projectconf` file
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio run
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-e, --environment
|
-e, --environment
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ List available `Serial Ports <http://en.wikipedia.org/wiki/Serial_port>`_
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
.. program:: platformio serialports list
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--json-output
|
--json-output
|
||||||
|
|
||||||
@ -99,6 +101,8 @@ To control *monitor* please use these "hot keys":
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
.. program:: platformio serialports monitor
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-p, --port
|
-p, --port
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@ Usage
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--force, - f
|
--force, - f
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@ Install new library by specified
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio lib install
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-v, --version
|
-v, --version
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ List installed libraries
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
.. program:: platformio lib list
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--json-output
|
--json-output
|
||||||
|
|
||||||
|
@ -61,6 +61,8 @@ For more detail information please go to
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio lib search
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-a, --author
|
-a, --author
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ There are several predefined aliases for packages, such as:
|
|||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. program:: platformio platforms install
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--with-package
|
--with-package
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ List installed :ref:`Platforms <platforms>`
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
.. program:: platformio platforms list
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--json-output
|
--json-output
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ Search for development :ref:`Platforms <platforms>`
|
|||||||
Options
|
Options
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
.. program:: platformio platforms search
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--json-output
|
--json-output
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user