MCPcopy
hub / github.com/callstack/agent-device / listCliCommandNames

Function listCliCommandNames

src/command-catalog.ts:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134export function listCliCommandNames(): CliCommandName[] {
135 return [...Object.values(PUBLIC_COMMANDS), ...Object.values(LOCAL_CLI_COMMANDS)].sort();
136}
137
138export function isClientBackedCliCommandName(
139 command: string,

Callers 5

buildOptionSpecsFunction · 0.90
args.test.tsFile · 0.90
renderUsageTextFunction · 0.90

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected