CommandOptions
type CommandOptions = object;
Command options when creating a command.
See
Properties
force?
optional force: boolean;
Whether force override the command if there's already an existing one.
Default Value
true
alias?
optional alias: string;
Command alias, i.e. short name.
For example, the w
is alias for write
.
Default Value
undefined