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

Function buildPullapproveParser

ng-dev/pullapprove/cli.ts:12–18  ·  view source on GitHub ↗
(localYargs: Argv)

Source from the content-addressed store, hash-verified

10
11/** Build the parser for the pullapprove commands. */
12export function buildPullapproveParser(localYargs: Argv) {
13 return localYargs
14 .help()
15 .strict()
16 .demandCommand()
17 .command('verify', 'Verify the pullapprove config', {}, () => verify());
18}

Callers

nothing calls this directly

Calls 1

verifyFunction · 0.70

Tested by

no test coverage detected