Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Tool\Install\ToolInstallCommand.cs (1)
43
return (_toolInstallGlobalOrToolPathCommand ?? new ToolInstallGlobalOrToolPathCommand(_parseResult)).
Execute
();
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
50
_toolInstallGlobalOrToolPathCommand.
Execute
();