From 8673bc15bcf2646c94c0a019a9d4db7837ff0a12 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 15 May 2015 22:50:39 +0200 Subject: [PATCH] Add --force option to avoid blocking caused by prompts --- docs/faq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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