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
Describe the solution you'd like
OMG is this the only command on the planet with a -V for version as opposed to -v, which saves the pinky from having to hit an extra key?
Additional context
Options:
-c, --config
-h, --help Print help
The text was updated successfully, but these errors were encountered:
We use clap for command argument parser for Slight CLI and it defaults to -V for version. It looks like their decision to use -V instead of -v is because many programs use lower case -v for verbose and capital -V for version.
If you prefer -v for version, I can certainly change that!
Describe the solution you'd like
OMG is this the only command on the planet with a -V for version as opposed to -v, which saves the pinky from having to hit an extra key?
Additional context
Options:
-c, --config
-h, --help Print help
The text was updated successfully, but these errors were encountered: