-
Notifications
You must be signed in to change notification settings - Fork 20
Add vera version CLI command #381
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesttoolingIssue around tooling built for the language (e.g. package managers, IDE plug-ins)Issue around tooling built for the language (e.g. package managers, IDE plug-ins)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttoolingIssue around tooling built for the language (e.g. package managers, IDE plug-ins)Issue around tooling built for the language (e.g. package managers, IDE plug-ins)
There is currently no way to check the installed Vera version from the CLI. Add:
Useful for bug reports, CI scripts, and agent tooling that needs to check compatibility. The version is already available from
vera.__version__— this is a thin CLI wrapper.Also consider whether
vera --version/vera -Vshould work as aliases.