VSoft.CommandLineParser icon indicating copy to clipboard operation
VSoft.CommandLineParser copied to clipboard

Wrong option help index

Open sonjli opened this issue 2 years ago • 0 comments

In the master branch in vsoft.commandline.options.pas at line 348 the check if numDescStrings > 1 is probably wrong and the first option help text is never displayed in print usage.

Changing the check with if numDescStrings > 0 correctly works.

sonjli avatar Oct 31 '23 10:10 sonjli