Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
GROOVY-8577 introduced a bug: the parser incorrectly complains about missing mandatory options when the user specified --help or --version. For example:
java -cp ... org.codehaus.groovy.tools.GrapeMain install --version
... gives the following output:
Missing required parameters: <group>, <module> Installs a particular grape Usage: grape install [-hv] <group> <module> [<version>] [<classifier>] Installs the specified groovy module or maven artifact. If a version is ...
Attachments
Issue Links
- relates to
-
GROOVY-8577 Migrate org.codehaus.groovy.tools.GrapeMain.groovy to picocli
- Closed
- links to