[
https://issues.apache.org/jira/browse/GROOVY-8592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491552#comment-16491552
]
ASF GitHub Bot commented on GROOVY-8592:
----------------------------------------
GitHub user paulk-asert opened a pull request:
https://github.com/apache/groovy/pull/727
GROOVY-8592: changes for groovysh and tidy up
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paulk-asert/groovy groovy8592b
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/groovy/pull/727.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #727
----
commit afdaf9d78a2921e0463c55445688fff5c43ce6d5
Author: Daniel Sun <realbluesun@...>
Date: 2018-05-26T07:10:55Z
GROOVY-8592: changes for groovysh and tidy up
----
> Migrate command line tools to picocli version of CliBuilder
> -----------------------------------------------------------
>
> Key: GROOVY-8592
> URL: https://issues.apache.org/jira/browse/GROOVY-8592
> Project: Groovy
> Issue Type: Improvement
> Components: command line processing
> Affects Versions: 2.5.0-rc-3
> Reporter: Remko Popma
> Assignee: Paul King
> Priority: Major
> Fix For: 2.5.0
>
>
> The following command line tools use either {{groovy.cli.commons.CliBuilder}}
> or implicitly use {{groovy.util.CliBuilder}} which delegates to the
> commons-cli version of CliBuilder:
> * groovyConsole (groovy.ui.Console)
> * groovydoc (org.codehaus.groovy.tools.groovydoc.Main)
> * groovysh (org.codehaus.groovy.tools.shell.Main)
> This ticket proposes to use {{groovy.cli.picocli.CliBuilder}} instead, so
> that all command line tools in the {{bin}} directory of the Groovy
> distribution show usage help in ANSI colors.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)