interface GlobalCommand
extends Command
Interface for a global command.
readonly
optional
shortAlias: string
Optional short alias for the global command.
Must consist of a single alphanumeric non-whitespace ASCII character.
readonly
optional
argument: GlobalCommandArgument
Optional GlobalCommandArgument for the command.
execute(context: Context,argumentValue?: ArgumentSingleValueType,): Promise<void>
Execute the command.