Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional async

async: undefined | false | true

Asynchronous execution. If a callback is provided, it will be set to true, regardless of the passed value (default: false).

Optional cwd

cwd: undefined | string

Optional encoding

encoding: undefined | string

Character encoding to use. Affects the values returned to stdout and stderr, and what is written to stdout and stderr when not in silent mode (default: 'utf8').

Optional env

Optional gid

gid: undefined | number

Optional killSignal

killSignal: undefined | string

Optional maxBuffer

maxBuffer: undefined | number

Optional shell

shell: undefined | string

Optional silent

silent: undefined | false | true

Do not echo program output to console (default: false).

Optional timeout

timeout: undefined | number

Optional uid

uid: undefined | number

Optional windowsHide

windowsHide: undefined | false | true

Generated using TypeDoc