From 417cdcb5f0a55892a3357c692f3829c72d3506da Mon Sep 17 00:00:00 2001
From: rycee
Runs the given command on live run, otherwise prints the command to -standard output.
Runs the given command on live run and sends its standard and error +standard output.
Runs the given command on live run and sends its standard output to
+/dev/null
, otherwise prints the command to standard output.
Runs the given command on live run and sends its standard and error
output to /dev/null
, otherwise prints the command to standard
-output.
A script block should also respect the VERBOSE
variable, and if
+output.
The --quiet
and --silence
flags are mutually exclusive.
A script block should also respect the VERBOSE
variable, and if
set print information on standard out that may be useful for debugging
any issue that may arise. The variable VERBOSE_ARG
is set to
--verbose
if verbose output is enabled. You can also use the