You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Remko Popma (Jira)" <ji...@apache.org> on 2020/04/29 03:03:00 UTC

[jira] [Created] (GROOVY-9531) Improve CliBuilder docs for Groovy 3.0

Remko Popma created GROOVY-9531:
-----------------------------------

             Summary: Improve CliBuilder docs for Groovy 3.0
                 Key: GROOVY-9531
                 URL: https://issues.apache.org/jira/browse/GROOVY-9531
             Project: Groovy
          Issue Type: Documentation
          Components: command line processing
    Affects Versions: 3.0.3, 3.0.2, 3.0.1, 3.0.0
            Reporter: Remko Popma
            Assignee: Remko Popma
             Fix For: 3.0.4


The [CliBuilder section|[http://groovy-lang.org/dsls.html#_clibuilder]] of the Domain-Specific Languages page has some language that is outdated since the Groovy 3.0 release.

Current:

{quote}

The groovy.util version points to the commons-cli version for backwards compatibility but will be removed in a future version of Groovy.

{quote}

 I propose to change this to:

{quote}

The groovy.util version in Groovy 2.5 points to the commons-cli version for backwards compatibility but has been removed in Groovy 3.0.

{quote}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)