|
Annotation Types Summary |
| Argument |
Represents a positional argument on a command line (as opposed to an optional named Option |
| Command |
Used to denote a class represents a command which is executable within a shell/scope or as a
command line process. |
| CompleterValues |
Represents a method which can return a List or Array of values used for a
Completer
which is associated with the index of an
Argument |
| Option |
Used to mark an optional named command line option who's name typically starts with "--" |
| SubShell |
|