Interface ExecOptions

Exec options.

Hierarchy

Properties

commandHide?: boolean

Hide command log.

cwd?: string | URL
encoding?: "buffer" | BufferEncoding
env?: ProcessEnv
gid?: number
input?: string | ArrayBufferView
killSignal?: number | Signals
maxBuffer?: number
shell?: string
stdio?: StdioOptions

Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. If passed as an array, the first element is used for stdin, the second for stdout, and the third for stderr. A fourth element can be used to specify the stdio behavior beyond the standard streams. See ChildProcess.stdio for more information.

Default

'pipe'
timeout?: number

Default

0
uid?: number
windowsHide?: boolean

Default

false

Generated using TypeDoc