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