-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow rendering tool version with --version #72
Labels
enhancement
New feature or request
Comments
kzu
added a commit
that referenced
this issue
Jan 31, 2021
We had disabled this in 9093d5a because it previously interfered with the ability to run vs where with a version specifier. We now instead check that the version is defined as the *first* argument specified, which covers that and makes it so that only `vs --version` will show it. Fixes #72 Fixes #73
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This was disabled in 9093d5a because it interfered with the ability to run vs where with a version specifier.
We should consider showing the tool version itself only if the first argument is
--version
.The text was updated successfully, but these errors were encountered: