-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
@bitjson Hi, thanks for this cool tool. I think you take it a step further by making it possible to use it with flags.
I currently use this in a bump-version script:
git commit -m "chore: Bump Version to 1.0.0"
Would be cool if I could use:
naenae -m "chore: Bump Version to 1.0.0"
You could also add flags for things like wip silently with commitizen etc. for use everytime you run the command without changing your global configuration. I think this will add value to your already cool CLI.
Reactions are currently unavailable