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
I would like to make my app behave consistently and add the short variants ala, -v, --version and -h, --help to trigger the built-in AutoVersion and AutoHelp; is this possible? How would one accomplish that?
The text was updated successfully, but these errors were encountered:
I've written #608 to implement this by adding new AutoHelpShortName and AutoVersionShortName settings, which default to false. If you set them to true, then -h will be the shortname for --help and -V will be the shortname for --version. Note that that's uppercase V for consistency with almost all software that I've seen (because -v with a lowercase v is usually the shortname for --verbose).
I would like to make my app behave consistently and add the short variants ala, -v, --version and -h, --help to trigger the built-in AutoVersion and AutoHelp; is this possible? How would one accomplish that?
The text was updated successfully, but these errors were encountered: