SpawnOptions interface
export interface SpawnOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cwd? | string | (Optional) Current working directory (CWD). | |
env? | Record<string, string> | (Optional) Environment variables. | |
input? | string | (Optional) Writes data to stdin . When this value is given, stdio[0] must be pipe . | |
stdio? | StdioOptions | (Optional) |