1 reference to Verbose
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
21
private static Lazy<bool> s_verbose = new(() => Env.GetEnvironmentVariableAsBool(Variables.
Verbose
));