4 references to ReportOption
dotnet-format (4)
Commands\FormatCommandCommon.cs (4)
100
ReportOption
.AcceptLegalFilePathsOnly();
129
command.Options.Add(
ReportOption
);
197
if (parseResult.GetResult(
ReportOption
) is not null)
201
if (parseResult.GetValue(
ReportOption
) is string { Length: > 0 } reportPath)