-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable Magical Version Handling #514
Comments
Currently if you disable the version flag with the setting and you add your own |
I agree this would be a good change, I came across something I wanted to do muslef like this as well. I'll post back here as I start getting this implemented. 👍 |
#517 fixes this. Now you'd just need to specify an arg with a long of |
Currently you cannot implement
--version
yourself and what's worse is that you cannot disable the short alias for it (-V
), you can only bind it to a different letter.What i want is to not have version info at all on arguments and implement
--version
myself as i want to short some license info there as well.The text was updated successfully, but these errors were encountered: