2 references to RunCommand
dotnet (1)
Commands\Tool\ToolCommandParser.cs (1)
27
command.
RunCommand
.SetAction(parseResult => new ToolRunCommand(parseResult).Execute());
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolCommandDefinition.cs (1)
39
Subcommands.Add(
RunCommand
);