4 references to VerbosityOption
dotnet-format (4)
Commands\FormatCommandCommon.cs (4)
98
VerbosityOption
.AcceptOnlyFromAmong(VerbosityLevels);
127
command.Options.Add(
VerbosityOption
);
158
if (parseResult.GetResult(
VerbosityOption
) is not null &&
159
parseResult.GetValue(
VerbosityOption
) is string { Length: > 0 } verbosity)