MCPcopy Index your code
hub / github.com/angular/angular-cli / exec

Function exec

tests/e2e/utils/process.ts:300–302  ·  view source on GitHub ↗
(cmd: string, ...args: string[])

Source from the content-addressed store, hash-verified

298}
299
300export function exec(cmd: string, ...args: string[]) {
301 return _exec({}, cmd, args);
302}
303
304export function silentExec(cmd: string, ...args: string[]) {
305 return _exec({ silent: true }, cmd, args);

Callers 13

browsers.tsFile · 0.90
runInspectorFunction · 0.90
runInspectorFunction · 0.90
runInspectorFunction · 0.90
runInspectorFunction · 0.90
runInspectorFunction · 0.90
schematic-test.tsFile · 0.90
basic.tsFile · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected