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