method CommandRegistry.getGlobalCommandsByShortAlias
CommandRegistry.getGlobalCommandsByShortAlias(): ReadonlyMap<string, GlobalCommand>

Get a map of all registered GlobalCommand instances by short alias.

Return Type

ReadonlyMap<string, GlobalCommand>

Usage

import type CommandRegistry from ".";