The HelpFormatter class strips leading whitespaces
--------------------------------------------------
Key: CLI-207
URL: https://issues.apache.org/jira/browse/CLI-207
Project: Commons CLI
Issue Type: Bug
Components: CLI-2.x
Affects Versions: 1.2
Reporter: Uri Moszkowicz
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.