Allow to run project with platformio run –project-dir option without changing the current working directory // Resolve #192

This commit is contained in:
Ivan Kravets
2015-05-06 17:29:58 +01:00
parent 04f246ea9d
commit eeeed1ba08
3 changed files with 54 additions and 36 deletions
+6
View File
@@ -39,6 +39,12 @@ Process specified targets
Upload port of embedded board. To print all available ports use
:ref:`cmd_serialports` command
.. option::
--build-dir
Specify the path to project directory. By default, ``--build-dir`` is equal to
current working directory (``CWD``).
Examples
--------