commitizen-go
commitizen-go copied to clipboard
Support all git commit options
Hi there,
is it possible to pass any flags that this utility do not recognize to git commit?
Sometimes you need to use some commit option, and you probably do not want to write a commit message without this wizard, so it would be nice...
I first thought of using something like delve:
dlv debug -- -a -m "message body"
In this way, the command parameters of its own can be separated from the command parameters of git commit. Is it appropriate?
Yes, I think it is a good solution and a familiar pattern.
@lintingzhen any updates on this, I need the signoff option. I can start working on it if you haven't.