4 references to ToolListOutputFormat
dotnet-aot (2)
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (2)
43var formatValue = _parseResult.GetValue(Definition.ToolListFormatOption); 44if (formatValue is ToolListOutputFormat.json)
Microsoft.DotNet.Cli.Definitions (2)
Commands\Tool\ToolListCommandDefinition.cs (2)
22public readonly Option<ToolListOutputFormat> ToolListFormatOption = new("--format") 25DefaultValueFactory = _ => ToolListOutputFormat.table,