2 references to ListCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
26command.ListCommand.SetAction(parseResult => new ToolListCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
38Subcommands.Add(ListCommand);