- execPromisfy(
cmd: string,
debug?: boolean,
options?: ExecOptions,
): Promise<{ error: Error; stderr: string; stdout: string }> Parameters
- cmd: string
- debug: boolean = ...
- options: ExecOptions = {}
Returns Promise<{ error: Error; stderr: string; stdout: string }>