MCPcopy Create free account
hub / github.com/claude-code-internals/claude-code-runnable / printVersion

Function printVersion

src/localRecoveryCli.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function printVersion(): void {
36 process.stdout.write('2.1.88-local (Claude Code local recovery)\n')
37}
38
39function parseArgs(argv: string[]) {
40 let print = false

Callers 1

runFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected