You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CommandLine/CommandLine.csproj
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
<DescriptionCondition="'$(BuildTarget)' == 'fsharp'">Terse syntax C# command line parser for .NET with F# support. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.</Description>
21
21
<Copyright>Copyright (c) 2005 - 2018 Giacomo Stelluti Scala & Contributors</Copyright>
Copy file name to clipboardExpand all lines: src/CommandLine/Text/HelpText.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,6 @@ public SentenceBuilder SentenceBuilder
314
314
/// <param name='onExample'>A delegate used to customize <see cref="CommandLine.Text.Example"/> model used to render text block of usage examples.</param>
315
315
/// <param name="verbsIndex">If true the output style is consistent with verb commands (no dashes), otherwise it outputs options.</param>
316
316
/// <param name="maxDisplayWidth">The maximum width of the display.</param>
317
-
/// <param name="comparison">a comparison lambda to order options in help text</param>
318
317
/// <remarks>The parameter <paramref name="verbsIndex"/> is not ontly a metter of formatting, it controls whether to handle verbs or options.</remarks>
0 commit comments