5 references to ReportOption
dotnet-format (4)
Commands\FormatCommandCommon.cs (4)
94
ReportOption
.AcceptLegalFilePathsOnly();
123
command.Options.Add(
ReportOption
);
191
if (parseResult.GetResult(
ReportOption
) is not null)
195
if (parseResult.GetValue(
ReportOption
) is string { Length: > 0 } reportPath)
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
68
Assert.Equal("report", result.GetValue(FormatCommandCommon.
ReportOption
));