MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getGlobalCommand

Function getGlobalCommand

apps/cli/src/lib/utils/commands.ts:42–44  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

40 * Get a global command by name
41 */
42export function getGlobalCommand(name: string): GlobalCommand | undefined {
43 return GLOBAL_COMMANDS.find((cmd) => cmd.name === name)
44}
45
46/**
47 * Get global commands formatted for autocomplete

Callers 2

commands.test.tsFile · 0.85
useTaskSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected