1
I wrapped Claude Code in a zsh function. Here's every decision I almost got wrong.
将Claude Code封装为zsh函数,分享60行代码背后反复调整的决策过程,教你避开常见坑点。
Claude Code's --help lists 50+ flags. After two weeks of using it daily, I built a zsh wrapper called cco that bakes in the flags I actually want. The…