MCPcopy Index your code
hub / github.com/nodejs/node / parse-args.js

File parse-args.js

test/fixtures/parse-args.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const { parseArgs } = require('util');
2
3const parsedArgs = parseArgs({ strict: false }).values;
4

Callers

nothing calls this directly

Calls 3

requireFunction · 0.50
parseArgsFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected