MCPcopy Create free account
hub / github.com/Noumena-Network/code / parseArgs

Function parseArgs

src/commands/env/index.js:65–71  ·  view source on GitHub ↗
(rawArgs)

Source from the content-addressed store, hash-verified

63]
64
65function parseArgs(rawArgs) {
66 const flags = new Set(rawArgs.trim().split(/\s+/).filter(Boolean))
67 return {
68 commands: flags.has('--commands') || flags.has('commands'),
69 json: flags.has('--json') || flags.has('json'),
70 }
71}
72
73function getBuildFeatureStates() {
74 return {

Callers 1

callFunction · 0.70

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected