From d72f9a3e0fd0434029b0c933886cfdecb5ee465e Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev <0x416b617269@gmail.com> Date: Fri, 4 May 2018 06:19:46 +0300 Subject: Add 'check' kwarg for run_command Closes #3516 --- docs/markdown/snippets/run_command_check.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/run_command_check.md (limited to 'docs') diff --git a/docs/markdown/snippets/run_command_check.md b/docs/markdown/snippets/run_command_check.md new file mode 100644 index 0000000..018456b --- /dev/null +++ b/docs/markdown/snippets/run_command_check.md @@ -0,0 +1,4 @@ +## New 'check' keyword argument for the run_command function + +If `check` is `true`, then the configuration will fail if the command returns a +non-zero exit status. The default value is `false` for compatibility reasons. -- cgit v1.1