commitizen / commitizen/cz-cli
editor appears after running the interactive
未关闭
- 主要语言
- JavaScript
- 星标
- 17.5k
- 派生
- 566
- 平均合并
- 8 小时 16 分钟
- 30 天内合并 PR
- 1
描述
I'm using a husky hook and I'm having problems.
my file prepare-commit-msg in the husky folder looks like this:
```
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
exec < /dev/tty && npx cz --hook
```
贡献指南
评估
这个 Issue 还没有评估数据。