execCommand
Function: execCommand()
execCommand(
command,args,options):Promise<IExecResult>
Defined in: src/install/utils/exec.ts:25
Parameters
command
string
args
string[] = []
options
IExecOptions = {}
Returns
Promise<IExecResult>