Add "pio" alias to docs // Resolve #447

This commit is contained in:
Ivan Kravets
2016-01-26 02:00:55 +02:00
parent e5f3dee470
commit 9db5a7e004
3 changed files with 6 additions and 1 deletions

View File

@ -79,6 +79,7 @@ Bash completion for `platformio` subcommands you need to put into your `.bashrc`
.. code-block:: bash
eval "$(_PLATFORMIO_COMPLETE=source platformio)"
eval "$(_PLATFORMIO_COMPLETE=source pio)"
ZSH completion
''''''''''''''
@ -89,6 +90,7 @@ To enable ``zsh`` completion please run these commands:
autoload bashcompinit && bashcompinit
eval "$(_PLATFORMIO_COMPLETE=source platformio)"
eval "$(_PLATFORMIO_COMPLETE=source pio)"
.. note::

View File

@ -28,7 +28,7 @@ for IoT development:
* C/C++ Intelligent code completion
* C/C++ Smart code linter
* Library Manager for the hundreds popular libraries
* Built-in Terminal which allows to run PlatformIO CLI (``pio``, ``platformio``)
* Built-in Terminal with :ref:`PlatformIO CLI <userguide>` (``pio``, ``platformio``)
Atom is a source code editor that's modern, approachable,
yet hackable to the core—a tool you can customize to do anything but also use

View File

@ -22,6 +22,9 @@ Usage
.. code-block:: bash
platformio [OPTIONS] COMMAND
pio [OPTIONS] COMMAND
# "pio" is the alias of "platformio" command
Options
-------