2 references to InstallCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
23
command.
InstallCommand
.SetAction(parseResult => new ToolInstallCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
35
Subcommands.Add(
InstallCommand
);