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

Function isHelpCommand

src/bin.ts:103–105  ·  view source on GitHub ↗
(command: string | undefined)

Source from the content-addressed store, hash-verified

101}
102
103function isHelpCommand(command: string | undefined): boolean {
104 return command === 'help';
105}
106
107function isHelpFlag(arg: string | undefined): boolean {
108 return arg === '--help' || arg === '-h';

Callers 1

resolveTwoArgHelpTargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected