Make vue --version print both the CLI version and the current version of Vue in use in the current directory #4514
Closed
Description
What problem does this feature solve?
Currently vue --version
will show the version of the CLI. It does not show the version of Vue being used in the current directory.
This is potentially confusing if someone ran vue --version
which told them 3.11.0 causing them to think they are using Vue 3.
What does the proposed API look like?
NA
Metadata
Assignees
Labels
No labels