export async function execCommand()

in src/utilities.ts [34:37]


export async function execCommand(
   toolPath: string,
   args: string[],
   options: ExecOptions = {} as ExecOptions