@CompileStatic class CommandArgument extends Object
Represents argument to a command
| Type | Name and description |
|---|---|
String |
aliasesThe aliases of the argument |
String |
bannerThe banner of the argument |
String |
descriptionThe description of the argument |
String |
nameThe name of the argument |
boolean |
requiredWhether the argument is required or not |
String |
targetThe string argument this argument translates into |
String |
typeThe type of the argument |
| Constructor and description |
|---|
CommandArgument() |
The aliases of the argument
The banner of the argument
The description of the argument
The name of the argument
Whether the argument is required or not
The string argument this argument translates into
The type of the argument