Clarify the case where default also has real flags

This commit is contained in:
Matt Nadareski
2025-10-07 12:27:51 -04:00
parent e257c30892
commit 5011331164

View File

@@ -54,6 +54,11 @@ namespace SabreTools.CommandLine
/// of this feature will be omitted, instead printing
/// the children of the feature directly at the
/// top level.
///
/// If the default feature is included as a normal
/// top-level input for the command set, then the flags
/// will be printed twice - once under the feature
/// itself and once at the top level.
/// </remarks>
public Feature? DefaultFeature { get; set; }