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