-
Notifications
You must be signed in to change notification settings - Fork 252
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
dotnet-nuget doesn't support verbosity #6374
Comments
It seems like we are passing down the -v q to nuget but nuget does not recognize the argument. If nuget does not recognize this argument, please, re-activate the CLI issue and we will figure out how to make it clear that not exactly all commands respect this argument. |
looks like NuGet.Command.Xplat don't have verbosity option, we should add it. |
should fix across the set of commands as appropriate. |
When we do this, consider which of these tests to add back in... (look at history): |
is there any workaround to troubleshoot (enable logs) for |
From @kasper3 on December 29, 2017 22:10
However,
doesn't throw but doesn't quiet the verbosity either.
This breaks what --help quotes:
--verbosity
is NOT a common option, only--help
isCopied from original issue: dotnet/cli#8306
The text was updated successfully, but these errors were encountered: