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