args

val args: List<String>

Command arguments. The remaining arguments except the beginning of the command are assigned. These are all returned as strings. If you need parsed values, see typedArgs.

Example

Basic command

/command args:

Nested command

/parent children args: ,

Usage argument

/command args: , , ,

See also