method CommandRegistry.getSubCommands
CommandRegistry.getSubCommands(): ReadonlyArray<SubCommand>

Get all registered SubCommand instances.

Return Type

ReadonlyArray<SubCommand>

Usage

import type CommandRegistry from ".";