|
23 | 23 | <body> |
24 | 24 |
|
25 | 25 | <release version="1.3" date="in SVN"> |
| 26 | + <action type="fix" dev="ebourg" issue="CLI-202"> |
| 27 | + Default options will now work correctly with required options that are missing. |
| 28 | + </action> |
| 29 | + <action type="fix" dev="ebourg" issue="CLI-203"> |
| 30 | + Default options will now work correctly together with option groups. |
| 31 | + </action> |
| 32 | + <action type="fix" dev="ebourg" issue="CLI-209" due-to="Thomas Herre"> |
| 33 | + The javadoc of OptionBuilder now states that the class is not thread-safe. |
| 34 | + </action> |
| 35 | + <action type="fix" dev="ebourg" issue="CLI-169" due-to="J. Lewis Muir"> |
| 36 | + HelpFormatter now supports setting the displayed separator of long options. |
| 37 | + </action> |
| 38 | + <action type="fix" dev="ebourg" issue="CLI-197" due-to="Anders Larsson"> |
| 39 | + Improve description of parameter "stopAtNonOption" in method |
| 40 | + CommandLine.parse(Options, String[], boolean). |
| 41 | + </action> |
| 42 | + <action type="fix" dev="ebourg" issue="CLI-204"> |
| 43 | + Passing default values for not defined options to a parser will now trigger |
| 44 | + a ParseException instead of a NullPointerException. |
| 45 | + </action> |
| 46 | + <action type="fix" dev="ebourg" issue="CLI-205"> |
| 47 | + HelpFormatter.setArgName(String) now correctly sets the argument name. |
| 48 | + </action> |
| 49 | + <action type="fix" dev="ebourg" issue="CLI-201"> |
| 50 | + Default properties provided as input to the Parser.parse() methods are now |
| 51 | + correctly processed. |
| 52 | + </action> |
| 53 | + <action type="fix" dev="ebourg" issue="CLI-215" due-to="Manuel Müller"> |
| 54 | + CommandLine.getParsedOptionValue() now returns a String object if no |
| 55 | + option type has been explicitly set. |
| 56 | + </action> |
| 57 | + <action type="fix" dev="ggregory" issue="CLI-200" due-to="Gerard Weatherby"> |
| 58 | + Fixed typo in javadoc of class CommandLine. |
| 59 | + </action> |
| 60 | + <action type="fix" dev="ebourg" issue="CLI-220" due-to="Joe Casadonte"> |
| 61 | + Corrected javadoc for return type of MissingOptionException.getMissingOptions(). |
| 62 | + </action> |
| 63 | + <action type="fix" dev="ebourg" issue="CLI-212" due-to="Per Cederberg"> |
| 64 | + HelpFormatter now prints command-line options in the same order as they |
| 65 | + have been added. |
| 66 | + </action> |
| 67 | + <action type="fix" dev="ebourg" issue="CLI-186" due-to="Kristoff Kiefer"> |
| 68 | + Standard help text now shows mandatory arguments also for the first option. |
| 69 | + </action> |
| 70 | + <action type="fix" dev="ebourg" issue="CLI-207" due-to="Uri Moszkowicz"> |
| 71 | + HelpFormatter does not strip anymore leading whitespace in the footer text. |
| 72 | + </action> |
| 73 | + <action type="fix" dev="ebourg" issue="CLI-185" due-to="Einar M R Rosenvinge"> |
| 74 | + Strip quotes contained in argument values only if there is exactly one at the |
| 75 | + beginning and one at the end. |
| 76 | + </action> |
| 77 | + <action type="fix" dev="ebourg" issue="CLI-184"> |
| 78 | + Negative numerical arguments take precedence over numerical options. |
| 79 | + </action> |
| 80 | + <action type="fix" dev="ebourg" issue="CLI-193" due-to="Travis McLeskey"> |
| 81 | + Fix possible StringIndexOutOfBoundsException in HelpFormatter. |
| 82 | + </action> |
26 | 83 | <action type="add" dev="ebourg" issue="CLI-181"> |
27 | 84 | A new parser is available: DefaultParser. It combines the features of the GnuParser and the PosixParser. |
28 | 85 | It also provides additional features like partial matching for the long options, and long options without |
|
0 commit comments