method CommandRegistry.getGroupAndMemberCommandsByJoinedName
CommandRegistry.getGroupAndMemberCommandsByJoinedName(): ReadonlyMap<string, { groupCommand: GroupCommand; command: SubCommand; }>

Get a map of all registered GroupCommand and member SubCommand instance combinations by combined name e.g. <group-command-name>:<member-sub-command-name>.

Return Type

ReadonlyMap<string, { groupCommand: GroupCommand; command: SubCommand; }>

Usage

import type CommandRegistry from ".";