Closed
Description
Given cz commit
wraps git commit
, it would be great to be able to pass arbitrary args to the underlying git commit. This is a common pattern, for example, pip-tools' pip-compile has a --pip-args
option.
Specifically, I need to be able to pass --no-verify
to some commits to occasionally brute force supress hooks but I think you can just allow the user to pass a string of arbitrary --commit-args
to cz commit which you then pass through to git commit.