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/06/02 01:05:00 UTC

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

     [ https://issues.apache.org/jira/browse/GROOVY-8621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remko Popma reopened GROOVY-8621:
---------------------------------

reopened for new PR

> 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
>            Assignee: Daniel Sun
>            Priority: Major
>             Fix For: 2.6.0-alpha-4, 3.0.0-alpha-3, 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)