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