[
https://issues.apache.org/jira/browse/CLI-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Jagielski resolved CLI-166.
-------------------------------
Resolution: Fixed
HelpFormatter can now conditionally try to attempt to determine the terminal
width and adjust, via setAutoWidth(true). Since this is conditional, with a
failback to the default width, having this just for Unix (as it is currently)
is likely good enough.
> Terminal width detection
> ------------------------
>
> Key: CLI-166
> URL: https://issues.apache.org/jira/browse/CLI-166
> Project: Commons CLI
> Issue Type: New Feature
> Components: Help formatter
> Reporter: Emmanuel Bourg
> Assignee: Jim Jagielski
> Fix For: 1.3
>
>
> HelpFormatter could be improved by adjusting automatically its width to the
> width of the terminal. The width of the terminal can be retrieved by the stty
> command on unix systems, on Windows it requires a native call. The JLine
> project on SourceForge already implements this logic.
> http://jline.sourceforge.net
> I suggest to add a setAutoWidth(boolean) method in HelpFormatter that will
> try to get the terminal width. If it fails it'll fall back to the width
> provided by getWidth().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.