interface GroupCommand
extends Command
Interface for a group command.
readonly
memberSubCommands: ReadonlyArray<SubCommand>
Array of SubCommand instances for this group command. Must contain at least one sub-command.