2 references to UpdateCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
25
command.
UpdateCommand
.SetAction(parseResult => new ToolUpdateCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
37
Subcommands.Add(
UpdateCommand
);