4 references to ListCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
45
command.
ListCommand
.SetAction(parseResult => new ToolListCommand(parseResult).Execute());
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Tool\ToolCommandParser.cs (2)
30
command.
ListCommand
.SetAction(parseResult =>
31
command.
ListCommand
.LocationOptions.IsGlobalOrToolPath(parseResult)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
38
Subcommands.Add(
ListCommand
);