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