Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-8592

Migrate command line tools to picocli version of CliBuilder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.5.0-rc-3
    • 2.5.0
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              paulk Paul King
              rpopma Remko Popma
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: