We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1873aeb commit d6e834fCopy full SHA for d6e834f
src/CommandLine/Text/HelpText.cs
@@ -741,6 +741,7 @@ public static IEnumerable<string> RenderUsageTextAsLines<T>(ParserResult<T> pars
741
config.PreferShortName = s.PreferShortName;
742
config.GroupSwitches = s.GroupSwitches;
743
config.UseEqualToken = s.UseEqualToken;
744
+ config.SkipDefault = s.SkipDefault;
745
}));
746
yield return commandLine.ToString();
747
}
0 commit comments