3 references to HelpOption
aspire (1)
Commands\ResourceCommand.cs (1)
95
Options.Add(new
HelpOption
{ Action = new ResourceCommandHelpAction(this) });
Microsoft.TemplateEngine.Cli (1)
Commands\ParserFactory.cs (1)
24
command.Options.Add(new
HelpOption
());
System.CommandLine (1)
RootCommand.cs (1)
33
Options.Add(new
HelpOption
());