MCPcopy Create free account
hub / github.com/angular/dev-infra / registerCompletedFunction

Function registerCompletedFunction

ng-dev/utils/yargs.ts:10–12  ·  view source on GitHub ↗
(fn: CompletedFn)

Source from the content-addressed store, hash-verified

8
9/** Register a function to be called when the command completes. */
10export function registerCompletedFunction(fn: CompletedFn) {
11 completedFunctions.push(fn);
12}
13
14/**
15 * Run the yargs process, as configured by the supplied function, calling a set of completion

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected