method
$.ShellPromise.quiet
isQuiet?: boolean
): this;
By default, the shell writes to the current process's stdout and stderr while also buffering that output.
quiet() configures the shell to only buffer the output.
@param isQuiet
Whether to suppress output. Defaults to true