You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`verbose`: Will print each executed command to the screen.
156
-
-`fatal`: If true the script will die on errors.
157
-
-`noglob`: Disable filename expansion (globbing)
155
+
-`silent`[`false`]: Suppresses all command output if `true`, except for `echo()` call.
156
+
-`verbose`[`false`]: Will print each executed command to the screen.
157
+
-`fatal`[`false`]: If `true`, the script will throw a JavaScript error when any `shell.js` command encounters an error. This is analogous to Bash's `set -e`.
0 commit comments