Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (1)
Commands\Tool\Run\ToolRunCommandParser.cs (1)
44command.SetAction((parseResult) => new ToolRunCommand(parseResult).Execute());
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (1)
55new ToolRunCommand(Parser.Parse($"tool run dotnetsay")).Execute().Should().Be(0);