1 write to IsVerbose
GetDocument.Insider (1)
Commands\CommandBase.cs (1)
36
IsVerbose
= verbose.HasValue() || CliContext.IsGlobalVerbose();
2 references to IsVerbose
GetDocument.Insider (2)
Commands\CommandBase.cs (2)
40
Reporter = new ConsoleReporter(_console,
IsVerbose
, IsQuiet);
50
if (IsQuiet &&
IsVerbose
)