From 3bda18ed9c511a926e65b442f3688ff27fa01d9b Mon Sep 17 00:00:00 2001 From: Vito Giarrusso Date: Wed, 26 Jul 2017 19:03:47 +1000 Subject: Add quiet option to shell plugin --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d6e938..0e9216c 100644 --- a/README.md +++ b/README.md @@ -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 `quiet`, and whether `stdin`, `stdout`, +and `stderr` are enabled. In this syntax, all keys are optional except for the command itself. #### Example @@ -266,6 +267,7 @@ command itself. stdin: true stdout: true description: Reading and printing variable + quiet: true - command: read fail stderr: true -- cgit v1.2.3