MCPcopy
hub / github.com/vercel-labs/just-bash / getCommandNames

Function getCommandNames

packages/just-bash/src/commands/registry.ts:571–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 * Gets all available command names (excludes network commands)
570 */
571export function getCommandNames(): string[] {
572 return commandLoaders.map((def) => def.name);
573}
574
575/**
576 * Gets all network command names

Callers 3

readme.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…