Optional type for data specific to this command.
The OptionsConfig
type for the command.
Optional
description?: stringA 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
options?: TOptionsThe 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.