Skip to content

CommandAlias

Defined in: packages/core/dist/index.d.mts:147

What the command is an alias for.

T extends Input = Input

optional alias?: string

Defined in: packages/core/dist/index.d.mts:155

The name of the command this is an alias for.


command: Command<T>

Defined in: packages/core/dist/index.d.mts:151

A pointer to the command.