MCPcopy Create free account
hub / github.com/yargs/yargs / nested.mjs

File nested.mjs

example/nested.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import yargs from 'yargs';
2
3const argv = yargs(process.argv.slice(2))
4 .command('math', 'math description', yargs =>

Callers

nothing calls this directly

Calls 5

isArrayOfNumbersFunction · 0.85
parseMethod · 0.80
positionalMethod · 0.80
checkMethod · 0.80
commandMethod · 0.65

Tested by

no test coverage detected