Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
function
printVersion(): void {
36
process.stdout.write(
'2.1.88-local (Claude Code local recovery)\n'
)
37
}
38
39
function
parseArgs(argv: string[]) {
40
let
print = false
Callers
1
run
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected