Get all registered GlobalCommand instances.
Get a map of all registered GlobalCommand instances by short alias.
Get a registered GlobalModifierCommand by name.
Get all registered GlobalModifierCommand instances.
Get a map of all registered GlobalModifierCommand instances by name not provided by a service.
Get a map of all registered GlobalModifierCommand instances by name provided by the specified service.
Get a map of all registered GlobalModifierCommand instances by short alias not provided by a service.
Get a map of all registered GlobalModifierCommand instances by short alias provided by the specified service.
Get a map of all registered GroupCommand and member SubCommand instance combinations by
combined name e.g. <group-command-name>:<member-sub-command-name>.
Get a registered GroupCommand and member SubCommand by
combined name e.g. <group-command-name>:<member-sub-command-name>.
Get all registered GroupCommand instances.
Get all registered SubCommand instances.
Interface used by a CLI to register Command instances.