You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kcc-cache is a pass-through wrapper that execs os.Args[1] on a cache
miss. Running 'kcc-cache -h' tried to exec a binary literally named
'-h', failing with a confusing PATH error. Handle -h/--help/help (and
the no-args case) explicitly with a usage message before treating the
first arg as a command.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V2pTHkL3AmyFqgyQhgrohw
0 commit comments