1 write to Quiet
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
178
Quiet
= parseResult.GetValue(quietOption),
3 references to Quiet
dotnet-watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
33
var consoleInput = new ConsoleInputReader(_console, context.Options.
Quiet
, context.EnvironmentOptions.SuppressEmojis);
Program.cs (1)
77
var 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
,