The data type the handler expects to receive.
The OptionsConfig
type for the command.
The return type of the command handler.
Optional
descriptionA description of the command that will be displayed in the help menu.
The command handler. This is where the command's logic is executed.
Optional
isIf true
, the command will be executed before the next command in the
chain.
Optional
optionsThe options config for the command.
Optional
requiresIf true
, the command will require a subcommand to be executed.
A command module that can be executed by the CLI engine.