Optional
argOptiona argument help
The description of the command
This function executes the command with the command context and any optional arguments to be passed to the command.
The command context provided by the runtime to the command so that it can perform additional operations
Rest
...extraArgs: any[]Any additional optional arguments are passed as extra arguments to the function, if more than 1 argument is passed then there will be additional arguments.
A result of the command that may be stored by the runtime
Generated using TypeDoc
Identifies a basic command definition. It provides for a command description optional argument help details and the execute function.