commitlint
commitlint copied to clipboard
feature: support for user input on type selection
It would be nice to support an input support as in [git-cz])(https://github.com/streamich/git-cz) so that a user could either use arrow keys or input and filter choices
Affected packages
- [x] cli
- [ ] core
- [x] prompt
- [ ] config-angular
Did you have a look at this?:
https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/cz-commitlint
Maybe this is helpful for you.