Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0
-
None
Description
grape resolve --help currently shows
Usage: grape resolve [-adhisv] Prints the file locations of the jars representing the artifcats for the ...
The synopsis does not show the positional parameters. The correct output is
Usage: grape resolve [-adhisv] (<groupId> <artifactId> <version>)+ Prints the file locations of the jars representing the artifcats for the ...
Attachments
Issue Links
- is related to
-
GROOVY-8620 Update docs for Grape dependency manager
- Closed
- relates to
-
GROOVY-8592 Migrate command line tools to picocli version of CliBuilder
- Closed
- links to