Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.1
-
None
Description
OptionBuilder is working incorrectly when invoked for the first time. Since "argName" is null the arg-text will not be initialized for the first option created. argName is set on the call to reset() though.
So after the first Option created OptionBuilder works fine.
Attachments
Attachments
Issue Links
- relates to
-
CLI-186 Standard help text will not show mandatory arguments for first option
- Closed