-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Git options and commitizen options should be separated, like:
usage: git commit [options] [--] <pathspec>...
-q, --quiet suppress summary after successful commit
-v, --verbose show diff in commit message template
Commit message options
-F, --file <file> read message from file
--author <author> override author for commit
...
Commit contents options
-a, --all commit all changed files
-i, --include add specified files to index for commit
...
Describe the solution you'd like
use component-base/flags package
Search
- I did search for other open and closed issues before opening this
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request