summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2018-11-21 19:50:46 -0500
committerAnish Athalye <me@anishathalye.com>2018-11-21 19:50:46 -0500
commit5e2d40939e567a68eb8f4eecc23752df6f183664 (patch)
tree249a18e202fd1a86fd24841a10db8210d9dfd003 /README.md
parent8558a5dca0232879c95243747f94a2bf7b8869e4 (diff)
parentdc057866935db382d3be8559d7079b122235ff51 (diff)
Merge branch 'thtliife/suppress-shell-cmd'
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 759647e..2416d3a 100644
--- a/README.md
+++ b/README.md
@@ -281,8 +281,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 `quiet`, and whether `stdin`, `stdout`,
+and `stderr` are enabled. In this syntax, all keys are optional except for the
command itself.
#### Example
@@ -296,6 +297,7 @@ command itself.
stdin: true
stdout: true
description: Reading and printing variable
+ quiet: true
-
command: read fail
stderr: true