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