MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / formatTarget

Function formatTarget

src/cli/init.ts:264–269  ·  view source on GitHub ↗
(target: "cursor" | "claude" | "claude-cli" | "codex")

Source from the content-addressed store, hash-verified

262}
263
264function formatTarget(target: "cursor" | "claude" | "claude-cli" | "codex"): string {
265 if (target === "cursor") return "Cursor";
266 if (target === "claude") return "Claude";
267 if (target === "claude-cli") return "Claude CLI";
268 return "Codex";
269}

Callers 1

printAutoSetupSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected