1 write to Verbose
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
181
Verbose
= parseResult.GetValue(verboseOption),
5 references to Verbose
dotnet-watch (1)
Program.cs (1)
77
var reporter = new ConsoleReporter(console, verbose || options.GlobalOptions.
Verbose
, options.GlobalOptions.Quiet, environmentOptions.SuppressEmojis);
dotnet-watch.Tests (4)
CommandLine\CommandLineOptionsTests.cs (4)
190
Assert.True(options.GlobalOptions.
Verbose
);
210
Assert.False(options.GlobalOptions.
Verbose
);
220
Assert.False(options.GlobalOptions.
Verbose
);
370
"--verbose" => options.GlobalOptions.
Verbose
,