command Descriptor
fun commandDescriptor(init: ColosseumCommand.CommandData.Builder.() -> Unit): ColosseumCommand.CommandData
Constructs the command descriptor for the nested command using the class's name. This includes setting up the arguments to handle sub-commands and any additional arguments.
Return
The constructed CommandData for the nested command.
Parameters
init
A lambda to initialize additional properties of the CommandData.Builder.