1 instantiation of HelpCommand
dotnet (1)
Commands\Help\HelpCommand.cs (1)
26return new HelpCommand(args).Execute();
4 references to HelpCommand
dotnet (1)
Commands\Help\HelpCommandParser.cs (1)
33command.SetAction(HelpCommand.Run);
dotnet.Tests (3)
CommandTests\Help\GivenThatIWantToShowHelpForDotnetCommand.cs (3)
109var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build"); 117var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build"); 125var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build");