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

Function buildUsageText

src/cli/parser/cli-help.ts:997–999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

995}
996
997export function buildUsageText(): string {
998 return renderUsageText();
999}
1000
1001function listHelpFlags(keys: ReadonlySet<FlagKey>): FlagDefinition[] {
1002 return getFlagDefinitions().filter(

Callers 3

usageFunction · 0.90
runNoCommandFastPathFunction · 0.85
runHelpFastPathFunction · 0.85

Calls 1

renderUsageTextFunction · 0.85

Tested by

no test coverage detected