Remove prompt with "auto-uploading" from init command and add --enable-auto-uploading option // Resolve #352

This commit is contained in:
Ivan Kravets
2015-12-03 17:19:43 +02:00
parent 5b1ceccd1f
commit 5dc1396f05
4 changed files with 18 additions and 24 deletions

View File

@@ -74,12 +74,11 @@ A list with supported IDE is available within ``platformio init --help`` command
Also, please look into :ref:`ide` page.
.. option::
--disable-auto-uploading
--enable-auto-uploading
If you initialise project with the specified
:option:`platformio init --board`, then *PlatformIO*
will create environment with enabled firmware auto-uploading. This option
allows you to disable firmware auto-uploading by default.
will create environment with enabled firmware auto-uploading.
.. option::
--env-prefix
@@ -138,9 +137,6 @@ Examples
$ platformio init --board uno
Would you like to enable firmware auto-uploading when project is successfully built using `platformio run` command?
Don't forget that you can upload firmware manually using `platformio run --target upload` command. [y/N]: y
The current working directory *** will be used for the new project.
You can specify another project directory via
`platformio init -d %PATH_TO_THE_PROJECT_DIR%` command.