spiderlightning icon indicating copy to clipboard operation
spiderlightning copied to clipboard

[ux] slight's version command is either long or LARGE V

Open squillace opened this issue 2 years ago • 1 comments

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

squillace avatar Apr 12 '23 16:04 squillace

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!

Mossaka avatar Apr 12 '23 16:04 Mossaka