command to run, with space-separated arguments
callback function (err, stdout, stderr)
Execute a command within a shell, buffering any output.
child process
command to run, with space-separated arguments
options {cwd, env, ...}
callback function (err, stdout, stderr)
Execute a command within a shell, buffering any output.
output {stdout, stderr}
command to run, with space-separated arguments
Optional options: ExecSyncOptionsoptions {cwd, env, ...}
Generated using TypeDoc
Execute a command within a shell, buffering any output.
Returns
child process