Argument |
Annotates a setter to be called with the value of a command line argument.
|
ConvertedBy |
Annotates @Option setters to indicate how the value is converted to the argument type.
|
DefaultValue |
Annotation to set a default value to an option.
|
Description |
Annotation used to write the option or command documentation.
|
Hidden |
Annotates a CLI and/or its @Option setters to hide it from the help message.
|
Name |
Defines the name of a CLI .
|
Option |
Annotates a setter to be called with the value of a command line option.
|
ParsedAsList |
Annotates a setter to be called with the value of a command line option.
|
Summary |
Annotates a CLI with summary.
|