You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue @stalinkay! Glad to hear you're getting value out of the project. That's a great idea, I'd definitely love to get flags like that working.
I'm afraid I don't have much time to work on wip right now, but I marked the issue as "help wanted", and I'd love to take a PR!
@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.The text was updated successfully, but these errors were encountered: