diff --git a/docs/faq.rst b/docs/faq.rst index b86e0790..6065be35 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -69,6 +69,7 @@ If you are going to run *PlatformIO* from **subprocess**, you **MUST DISABLE** all prompts. It will allow you to avoid blocking. There are a few options: +- using :option:`platformio --force` option before each command - using environment variable :ref:`PLATFORMIO_SETTING_ENABLE_PROMPTS=No ` - disable global setting ``enable_prompts`` via :ref:`cmd_settings` command - masking under Continuous Integration system via environment variable @@ -87,7 +88,7 @@ Answered in `issue #144