Skip to content

Shell

optional cwd?: string;
exec(command, options?): Promise<ShellResult>;
Parameter Type

command

string

options?

ShellExecOptions

Promise<ShellResult>