3 references to FormatOption
dotnet (3)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
36
command.Options.Add(PackageListCommandParser.
FormatOption
);
Commands\Package\List\PackageListCommand.cs (1)
38
ReportOutputFormat formatOption = _parseResult.GetValue((Option<ReportOutputFormat>)PackageListCommandParser.
FormatOption
);
Commands\Package\List\PackageListCommandParser.cs (1)
122
command.Options.Add(
FormatOption
);