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

Function silentExec

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

Source from the content-addressed store, hash-verified

302}
303
304export function silentExec(cmd: string, ...args: string[]) {
305 return _exec({ silent: true }, cmd, args);
306}
307
308export function execWithEnv(cmd: string, args: string[], env: NodeJS.ProcessEnv, stdin?: string) {
309 return _exec({ env, stdin }, cmd, args);

Callers 1

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected