subcommands property

List<Command>? subcommands
getter/setter pairinherited

Any subcommands that belong under this command.

Implementation

List<Command>? subcommands;