3 references to None
aspire (2)
Commands\BaseCommand.cs (1)
23
internal virtual HelpGroup HelpGroup => HelpGroup.
None
;
Commands\GroupedHelpWriter.cs (1)
60
if (sub is BaseCommand baseCmd && baseCmd.HelpGroup is not HelpGroup.
None
)
Aspire.Cli.Tests (1)
Commands\RootCommandTests.cs (1)
391
.Where(cmd => cmd is not BaseCommand baseCmd || baseCmd.HelpGroup is HelpGroup.
None
)