commitizen / commitizen/cz-cli
Propose: make answers persistent even be aborted halfway
オープン
- 主要言語
- JavaScript
- スター
- 17.5k
- フォーク
- 566
- 平均マージ
- 8時間 16分
- マージ済み PR(30日)
- 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 はまだ評価されていません。