Update settings list

This commit is contained in:
Ivan Kravets
2015-02-12 00:15:36 +02:00
parent 121f66b2a1
commit 0e46dc2222

View File

@ -27,7 +27,7 @@ Get/List existing settings
Examples
~~~~~~~~
1. List all settings and current their values
1. List all settings and theirs current values
.. code-block:: bash
@ -38,7 +38,9 @@ Examples
auto_update_platforms Yes Automatically update platforms (Yes/No)
check_libraries_interval 7 Check for the library updates interval (days)
check_platformio_interval 3 Check for the new PlatformIO interval (days)
check_platforms_interval 7 Check for the platforms updates interval (days)
check_platforms_interval 7 Check for the platform updates interval (days)
enable_prompts Yes Can PlatformIO communicate with you via prompts: propose to install platforms which aren't installed yet, paginate over library search results and etc.)? ATTENTION!!! If you call PlatformIO like subprocess, please disable prompts to avoid blocking (Yes/No)
enable_telemetry Yes Shares commands, platforms and libraries usage to help us make PlatformIO better (Yes/No)
2. Show specified setting