Annotations
There are all annotations of this lib:
Annontation
Params
Description
Target
@Command
name: String
Uses to declare command
Function/Object
@Aliases
aliases: Array
Aliases of command
Function/Object
@Description
desc: String
Description of command
Function/Object
@Permission
perm: String
Permission to use command
Function/Object
@Usage
usage: String
Usage of command
Function/Object
@TabComplete
complete: Array<String>
Tab complete string array for command
Function
@SubCommand
name: String
Sub command for complex command
Function in object
@Optional
-
For annotate optional argument of command
Function parameter
Last updated