From e257c30892a03e7ce480d5569d1296d8ac597c84 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 7 Oct 2025 12:14:18 -0400 Subject: [PATCH] Clarify help printing with default features --- SabreTools.CommandLine/CommandSet.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SabreTools.CommandLine/CommandSet.cs b/SabreTools.CommandLine/CommandSet.cs index b70edb1..a1fe12a 100644 --- a/SabreTools.CommandLine/CommandSet.cs +++ b/SabreTools.CommandLine/CommandSet.cs @@ -48,7 +48,12 @@ namespace SabreTools.CommandLine /// /// /// 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. /// public Feature? DefaultFeature { get; set; }