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