exec-utils package
Classes
Class | Description |
---|---|
SpawnError |
Functions
Function | Description |
---|---|
booleanArg(name, value) | |
spawn(command, args, options) | Spawns a new child process. |
stringArg(name, value) | |
stringArrayArg(name, values) |
Interfaces
Interface | Description |
---|---|
SpawnErrorOptions | |
SpawnOptions | |
SpawnResult | Output of stdout and stderr. When SpawnOptions.stdio is set to values other than pipe , the result value will be an empty string. |