mirror of
1
0
Fork 0

added mention of suppressShellCmd in Shell section, and example

This commit is contained in:
Vito Giarrusso 2017-07-26 19:04:30 +10:00
parent a351063b3f
commit fe2a36ca9d
1 changed files with 4 additions and 2 deletions

View File

@ -251,8 +251,9 @@ shell command and the second is an optional human-readable description.
Shell commands support an extended syntax as well, which provides more
fine-grained control. A command can be specified as a dictionary that contains
the command to be run, a description, and whether `stdin`, `stdout`, and
`stderr` are enabled. In this syntax, all keys are optional except for the
the command to be run, a description, whether to suppress outputting the
command in the display via `suppressShellCmd`, and whether `stdin`, `stdout`,
and `stderr` are enabled. In this syntax, all keys are optional except for the
command itself.
#### Example
@ -269,6 +270,7 @@ command itself.
-
command: read fail
stderr: true
suppressShellCmd: true
```
### Clean