Optional
failThrow an error if the process writes to stderr.
true
Optional
outputThe encoding to use for decoding the output.
'utf-8'
Optional
process?: { Optional
cwd?: stringCurrent working directory of the process to be spawned.
Optional
env?: NodeJS.ProcessEnvPass environment variables to the cli process.
process.env
Optional
gid?: numberSets the group identity of the process.
Optional
timeout?: numberThe maximum amount of time the process is allowed to run in milliseconds.
undefined
Optional
uid?: numberSets the user identity of the process.
Generated using TypeDoc
Additonal options that can be passed to the CLITest constructor.