diff options
author | Volker Weißmann <volker.weissmann@gmx.de> | 2021-10-14 01:35:14 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-10-30 22:26:28 -0400 |
commit | 2c079d855ed87488bdcc6c5c06f59abdb9b85b6c (patch) | |
tree | 62206d581a9ff764d948da94d4478dba85bce765 /docs/yaml | |
parent | 3c103fe49ccca848d255b9b00365e74ce35400a4 (diff) | |
download | meson-2c079d855ed87488bdcc6c5c06f59abdb9b85b6c.zip meson-2c079d855ed87488bdcc6c5c06f59abdb9b85b6c.tar.gz meson-2c079d855ed87488bdcc6c5c06f59abdb9b85b6c.tar.bz2 |
Added warning if run_command is called without the check kwarg
Diffstat (limited to 'docs/yaml')
-rw-r--r-- | docs/yaml/functions/run_command.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yaml/functions/run_command.yaml b/docs/yaml/functions/run_command.yaml index 091c030..288cd05 100644 --- a/docs/yaml/functions/run_command.yaml +++ b/docs/yaml/functions/run_command.yaml @@ -27,7 +27,8 @@ kwargs: default: false description: | If `true`, the exit status code of the command will be checked, - and the configuration will fail if it is non-zero. + and the configuration will fail if it is non-zero. Note that + the default value will be `true` in future releases. env: type: env | list[str] | dict[str] |