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