Skip to content

Git options and commitizen options should be separated #48

@shipengqi

Description

@shipengqi

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions