[
https://issues.apache.org/jira/browse/CLI-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated CLI-207:
-------------------------------
Summary: HelpFormatter strips leading whitespaces in the footer (was: The
HelpFormatter class strips leading whitespaces)
> HelpFormatter strips leading whitespaces in the footer
> ------------------------------------------------------
>
> Key: CLI-207
> URL: https://issues.apache.org/jira/browse/CLI-207
> Project: Commons CLI
> Issue Type: Bug
> Components: Help formatter
> Affects Versions: 1.2
> Reporter: Uri Moszkowicz
> Fix For: 1.3
>
>
> I discovered a bug in Commons CLI while using it through Groovy's CliBuilder.
> See the following issue:
> http://jira.codehaus.org/browse/GROOVY-4313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> Copied:
> The following code:
> def cli = new CliBuilder(footer: "line1:\n line2:\n")
> cli.usage()
> Produces the following output:
> line1
> line2
> Note that there are no whitespaces before "line2". Replacing them with "\t"
> doesn't solve the problem either.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.