spiderlightning
spiderlightning copied to clipboard
[ux] slight's version command is either long or LARGE V
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 <CONFIG>
-h, --help Print help
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!