CommandRegistry.getGlobalCommandsByShortAlias(): ReadonlyMap<string, GlobalCommand>
Get a map of all registered GlobalCommand instances by short alias.
ReadonlyMap<string, GlobalCommand>
CommandRegistry.getGlobalCommandsByShortAlias(): ReadonlyMap<string, GlobalCommand>
Get a map of all registered GlobalCommand instances by short alias.
ReadonlyMap<string, GlobalCommand>
import type CommandRegistry from ".";