Factory function to create a Command object with strong typing. This is used to define a command with its associated metadata, options, and handler logic.
Optional type for data specific to this command.
The OptionsConfig type that represents all options for the command.
OptionsConfig
The config for constructing the Command.
A constructed Command object with strong types.
Command
Factory function to create a Command object with strong typing. This is used to define a command with its associated metadata, options, and handler logic.