2 references to ExecuteCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
30
command.
ExecuteCommand
.SetAction(parseResult => new ToolExecuteCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
42
Subcommands.Add(
ExecuteCommand
);