Description
It would be cool to introduce a -v, --version option besides the -h, --help option to identify the tool version.
Besides, it is mentioned in the bug issue template to use it to get the tool version 馃槈
Use case
This option could be just useful to get the tool version.
Also it does not need to be an opion but it could be just a different command like spfx version
Alternatives considered
We could just run npm list -g --depth=0 and check the package version there
Additional context
No response
Description
It would be cool to introduce a
-v, --versionoption besides the-h, --helpoption to identify the tool version.Besides, it is mentioned in the bug issue template to use it to get the tool version 馃槈
Use case
This option could be just useful to get the tool version.
Also it does not need to be an opion but it could be just a different command like
spfx versionAlternatives considered
We could just run
npm list -g --depth=0and check the package version thereAdditional context
No response