MCPcopy Create free account
hub / github.com/yargs/yargs / builder

Function builder

test/command.mjs:462–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 const cmd = 'foo';
461 const desc = "i'm not feeling very creative at the moment";
462 const builder = yargs => yargs;
463
464 const y = yargs([]).command(cmd, desc, builder);
465 const handlers = y

Callers

nothing calls this directly

Calls 1

commandMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…