3 references to ExcludeOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (3)
125
command.Options.Add(
ExcludeOption
);
189
if (parseResult.GetResult(IncludeOption) is not null || parseResult.GetResult(
ExcludeOption
) is not null)
192
var fileToExclude = parseResult.GetValue(
ExcludeOption
) ?? Array.Empty<string>();