subcommands property

List<Command>? subcommands
getter/setter pair

Any subcommands that belong under this command.

Implementation

List<Command>? subcommands;