- RunCommand(command, options?): Promise<{
stderr: string | Buffer;
stdout: string | Buffer;
}> Parameters
command: string
Optional
options: {
encoding: BufferEncoding;
} & ExecOptions
Returns Promise<{
stderr: string | Buffer;
stdout: string | Buffer;
}>
Since
1.1.14
Version
2018-10-18
See
https://nodejs.org/docs/v8.1.4/api/child_process.html#child_process_child_process_exec_command_options_callback