MCPcopy Index your code
hub / github.com/callstack/agent-device / shouldPreservePostCommandArgs

Function shouldPreservePostCommandArgs

src/cli/parser/args.ts:124–126  ·  view source on GitHub ↗
(command: string | null)

Source from the content-addressed store, hash-verified

122}
123
124function shouldPreservePostCommandArgs(command: string | null): boolean {
125 return command === 'cdp';
126}
127
128function resolveFlagDefinition(token: string, command: string | null): FlagDefinition | undefined {
129 const definitions = getFlagDefinitions().filter((definition) => definition.names.includes(token));

Callers 1

parseRawArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected