Open woojiahao opened 6 years ago
Global commands should be set using an annotation.
Example:
@CommandSet @Global fun animalCommands() = commands("Animal") {}
Global commands should be set using an annotation.
Example: