6 references to ReportOutputFormat
dotnet (6)
Commands\Package\List\PackageListCommand.cs (5)
38ReportOutputFormat formatOption = _parseResult.GetValue((Option<ReportOutputFormat>)PackageListCommandParser.FormatOption); 48private int RunRestore(string projectOrSolution, ReportOutputFormat formatOption, bool interactive) 52if (formatOption == ReportOutputFormat.json) 79if (formatOption == ReportOutputFormat.json)
Commands\Package\List\PackageListCommandParser.cs (1)
89public static readonly Option FormatOption = new ForwardedOption<ReportOutputFormat>("--format")