1 instantiation of HelpCommand
dotnet (1)
Commands\Help\HelpCommand.cs (1)
26return new HelpCommand(args).Execute();
1 reference to HelpCommand
dotnet (1)
Commands\Help\HelpCommandParser.cs (1)
12command.SetAction(HelpCommand.Run);