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