Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.1.0.RELEASE
-
Fix Version/s: 1.1.1.RELEASE
-
Component/s: @ CORE
-
Labels:None
Description
Currently the Roo command line only accepts the exact case of command (--) options as well only TAB completing options that match the case of existing options. This change to SimpleParser will allow users to enter valid options regardless of case as well as providing TAB completion of valid options without having to get the case of a partially entered option correct.