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
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.
The text was updated successfully, but these errors were encountered:
In the master branch in
vsoft.commandline.options.pas
at line348
the checkif 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.The text was updated successfully, but these errors were encountered: