Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShellConfig

Hierarchy

  • ShellConfig

Index

Properties

execPath

execPath: string | null

Absolute path of the Node binary. Default is null (inferred).

fatal

fatal: boolean

If true the script will die on errors. Default is false.

globOptions

globOptions: glob.IOptions

Passed to glob.sync() instead of the default options ({}).

silent

silent: boolean

Suppresses all command output if true, except for echo() calls. Default is false.

verbose

verbose: boolean

Will print each executed command to the screen. Default is true.

Methods

reset

  • reset(): void
  • Reset shell.config to the defaults.

    Returns void

Generated using TypeDoc