We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daed6dc commit 6014487Copy full SHA for 6014487
1 file changed
xdocs/changes.xml
@@ -70,7 +70,10 @@
70
The ordering of options can be defined in help messages.
71
</action>
72
<action type="fix" dev="bayard" issue="CLI-151" due-to="Dan Armbrust">
73
- The line wrapping in HelpFormatter now works properly.
+ The line wrapping in HelpFormatter now works properly. This caused CLI-162, and thus there was a feature change
74
+ for the HelpFormatter in that it is strict on width now rather than what seemed to be lenience before. Text without
75
+ whitespace will be cut off to fit in the spacing, and an IllegalStateException will be thrown if it is impossible
76
+ to output the information due to spacing constraints.
77
78
<action type="fix" dev="bayard" issue="CLI-149">
79
The message of MissingOptionException has been improved.
0 commit comments