mirror of
https://github.com/roger2ai/Claude-Code-Compiled.git
synced 2026-05-08 02:15:52 +08:00
The source uses -d2e flag which Commander.js rejects (single-char only). postinstall.sh now patches both: 1. shortFlagExp regex: /^-[^-]$/ → /^-[^-]+$/ 2. single-char restriction check disabled Users no longer need to manually patch node_modules after bun install.