See: Description
| Class | Description |
|---|---|
| PicocliBaseScript |
Base script class that provides picocli declarative (annotation-based) command line argument processing for Groovy scripts.
|
| PicocliScriptASTTransformation |
Ensures that Groovy scripts annotated with
PicocliScript are transformed into a class that
extends PicocliBaseScript. |
| Annotation Type | Description |
|---|---|
| PicocliScript |
Annotation to give Groovy scripts convenient access to picocli functionality.
|