Skip to main content

shell.SpawnOptions

Properties#

cwd#

Optional cwd: string

Current working directory.

Defined in#

shell.ts:34


env#

Optional env: Object

Environment variables. set to null to clear the process env.

Index signature#

▪ [name: string]: string

Defined in#

shell.ts:36