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

Function getPythonCommandNames

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

Source from the content-addressed store, hash-verified

602 * Gets all python command names
603 */
604export function getPythonCommandNames(): string[] {
605 return pythonCommandLoaders.map((def) => def.name);
606}
607
608/**
609 * Creates python commands for registration (python3, python).

Callers 2

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…