1 write to Quiet
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
178Quiet = parseResult.GetValue(quietOption),
3 references to Quiet
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
33var consoleInput = new ConsoleInputReader(_console, context.Options.Quiet, context.EnvironmentOptions.SuppressEmojis);
Program.cs (1)
77var reporter = new ConsoleReporter(console, verbose || options.GlobalOptions.Verbose, options.GlobalOptions.Quiet, environmentOptions.SuppressEmojis);
dotnet-watch.Tests (1)
CommandLine\CommandLineOptionsTests.cs (1)
371"--quiet" => options.GlobalOptions.Quiet,