Description
The help formatter auto usage returns the options in a somewhat random order. This is because the options are inserted in a HashMap, and then a copy of the collection is returned with the getOptions() method.
The getOptions method should return the options in the order they were added, or in a sorted order.
Attachments
Attachments
Issue Links
- is cloned by
-
CLI-132 MissingOptionException should contain a useful error message
- Closed