Changing the host verbosity flag to -d|--diagnostics from -v|--verbosity so that it is not confused with the verbs verbosity flag.
This commit is contained in:
parent
22d7a6ede0
commit
5558e5f728
4 changed files with 5 additions and 3 deletions
|
@ -116,7 +116,7 @@ namespace Microsoft.DotNet.Cli
|
|||
{
|
||||
for (; lastArg < args.Length; lastArg++)
|
||||
{
|
||||
if (IsArg(args[lastArg], "v", "verbose"))
|
||||
if (IsArg(args[lastArg], "d", "diagnostics"))
|
||||
{
|
||||
verbose = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue