You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2010/07/21 18:42:49 UTC

[jira] Updated: (CLI-207) HelpFormatter strips leading whitespaces in the footer

     [ 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.