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 2018/05/31 07:48:00 UTC

[jira] [Created] (GROOVY-8621) Grape command line tool synopsis improvement

Remko Popma created GROOVY-8621:
-----------------------------------

             Summary: Grape command line tool synopsis improvement
                 Key: GROOVY-8621
                 URL: https://issues.apache.org/jira/browse/GROOVY-8621
             Project: Groovy
          Issue Type: Improvement
          Components: command line processing
    Affects Versions: 2.5.0
            Reporter: Remko Popma
             Fix For: 2.5.1


{{grape resolve --help}} currently shows
{noformat}
Usage: grape resolve [-adhisv]

Prints the file locations of the jars representing the artifcats for the
...
{noformat}

The synopsis does not show the positional parameters. The correct output is
{noformat}
Usage: grape resolve [-adhisv] (<groupId> <artifactId> <version>)+

Prints the file locations of the jars representing the artifcats for the
...
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)