-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add product name and description to output #452
Add product name and description to output #452
Conversation
Added product name to --version and -? to somewhat emulate the output of sqlcmd ODBC
thx for opening a PR! I don't think this particular output is relevant for |
@shueybubbles This is less about relevancy, and more about adding the name of the product when checking which version is installed. As discussed in other conversations, |
…om/rwestMSFT/go-sqlcmd into rw-0816-add-product-name-to-output
…om/rwestMSFT/go-sqlcmd into rw-0816-add-product-name-to-output
✌️👍 |
Add product name to
--version
and-?
output, to emulate the output of sqlcmd ODBC.Fixes #392.
The ODBC tool output looks like this:
Adding this PR would change the output from this (
-?
):To this:
And this (
--version
):To this: