Optional
cwd?: stringOptional
env?: NodeJS.ProcessEnvOptional
hookUpToConsole?: booleanAutomatically hook up stdout and stderr printing to the caller's console methods.
Optional
rejectOnError?: booleanOptional
shell?: stringOptional
stderrCallback?: (stderr: string, childProcess: ChildProcess) => MaybePromise<void> | undefinedCallback to call whenever the shell logs to stderr.
Optional
stdoutCallback?: (stdout: string, childProcess: ChildProcess) => MaybePromise<void> | undefinedCallback to call whenever the shell logs to stdout.
Options for runShellCommand.