You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by remkop <gi...@git.apache.org> on 2018/05/18 15:40:51 UTC

[GitHub] groovy pull request #711: GROOVY-8589 bugfix: should not show error about mi...

GitHub user remkop opened a pull request:

    https://github.com/apache/groovy/pull/711

    GROOVY-8589 bugfix: should not show error about missing mandatory args when --help or --version is specified

    GROOVY-8589 bugfix: should not show error about missing mandatory args when --help or --version is specified
    
    The second commit in this PR is to upgrade to picocli 3.0.1.
    This allows us to remove some code since the parent command name is now automatically included in the usage help for subcommands.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/remkop/groovy GROOVY-8589-dont-require-mandatory-args-for-help

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/711.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 #711
    
----
commit 929350a556636bae14fc2bc3e6018323eee42ce4
Author: Remko Popma <re...@...>
Date:   2018-05-18T15:21:58Z

    GROOVY-8589 bugfix: should not show error about missing mandatory args when --help or --version is specified

commit fbfce815f49e957b237c41c9c032e239e61457d0
Author: Remko Popma <re...@...>
Date:   2018-05-18T15:37:39Z

    GROOVY-8577 upgrade to picocli 3.0.1: parent command name is now automatically inserted in usage help for subcommand

----


---

[GitHub] groovy pull request #711: GROOVY-8589 bugfix: should not show error about mi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/711


---