MCPcopy Create free account
hub / github.com/tiann/hapi / getCliArgs

Function getCliArgs

cli/src/utils/cliArgs.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76export function getCliArgs(): string[] {
77 return normalizeCliArgs(resolveRawArgv());
78}

Callers 3

constructorMethod · 0.90
startRunnerFunction · 0.90
runCliFunction · 0.90

Calls 2

normalizeCliArgsFunction · 0.85
resolveRawArgvFunction · 0.85

Tested by

no test coverage detected