Companion

object Companion

Companion object for CoreCommand class.

This companion object was originally intended to hold static subcommand definitions but is currently unused as subcommands are handled directly in the onTabComplete method. It's preserved for potential future use if static command definitions become necessary.

Future Use Cases:

  • Static subcommand validation constants

  • Command usage message templates

  • Permission constant definitions

  • Command execution statistics

Since

1.0.0