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 f5aebb0 commit e30e5a6Copy full SHA for e30e5a6
src/CommandLine/Text/HelpText.cs
@@ -657,7 +657,7 @@ public override string ToString()
657
.ToString();
658
}
659
660
- internal static void AddLine(StringBuilder builder, string value, int maximumLength)
+ internal static void AddLine(StringBuilder builder, string value, int maximumLength)
661
{
662
if (builder == null)
663
@@ -730,7 +730,7 @@ private IEnumerable<Specification> AdaptVerbsToSpecifications(IEnumerable<Type>
730
return optionSpecs;
731
732
733
- private HelpText AddOptionsImpl(
+ private HelpText AddOptionsImpl(
734
IEnumerable<Specification> specifications,
735
string requiredWord,
736
int maximumLength)
0 commit comments