blob: 018456b193f360ddfa930caece47a01bd4ced16d (
plain)
1
2
3
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.
|