Clarify help printing with default features

This commit is contained in:
Matt Nadareski
2025-10-07 12:14:18 -04:00
parent 029cfe6dc6
commit e257c30892

View File

@@ -48,7 +48,12 @@ namespace SabreTools.CommandLine
/// </summary>
/// <remarks>
/// It is recommended to use this in applications that
/// do not need multiple distinct functional modes
/// do not need multiple distinct functional modes.
///
/// When printing help text, the flags and description
/// of this feature will be omitted, instead printing
/// the children of the feature directly at the
/// top level.
/// </remarks>
public Feature? DefaultFeature { get; set; }