commitizen / commitizen/cz-cli
Propose: make answers persistent even be aborted halfway
未關閉
- 主要語言
- JavaScript
- 星號
- 17.5k
- 分支
- 566
- 平均合併
- 8 小時 16 分鐘
- 30 天內合併 PR
- 1
描述
Sometimes, We need to use the answers in last time.
e.g:
First:
- type: `style`
- scope: `bar`
but It's aborted anyway (Maybe pressed `ctrl + C` by mistake)
Twice:
**We have to replay the answers (type: `style` and `scope`: `bar`), it's agonizing. 😭**
------------------
So, I propose that it could reading last answers by `git cz --read` and it's implemented by [inquirer-store](https://github.com/imcuttle/inquirer-store)
貢獻指南
評估
這個 Issue 還沒有評估資料。