6 references to ToolListOutputFormat
dotnet (6)
Commands\Tool\List\ToolListCommandParser.cs (2)
27public static readonly Option<ToolListOutputFormat> ToolListFormatOption = new("--format") 30DefaultValueFactory = _ => ToolListOutputFormat.table,
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (2)
53var formatValue = _parseResult.GetValue(ToolListCommandParser.ToolListFormatOption); 54if (formatValue is ToolListOutputFormat.json)
Commands\Tool\List\ToolListLocalCommand.cs (2)
42var formatValue = _parseResult.GetValue(ToolListCommandParser.ToolListFormatOption); 43if (formatValue is ToolListOutputFormat.json)