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

Function usage

src/cli/parser/args.ts:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345}
346
347export function usage(): string {
348 return buildUsageText();
349}
350
351export function usageForCommand(command: string): string | null {
352 return buildCommandUsageText(normalizeCommandAlias(command));

Callers 2

runCliFunction · 0.90
args.test.tsFile · 0.90

Calls 1

buildUsageTextFunction · 0.90

Tested by

no test coverage detected