subcommands property

Map<String, Command<T>> subcommands

An unmodifiable view of all sublevel commands of this command.

Implementation

Map<String, Command<T>> get subcommands => UnmodifiableMapView(_subcommands);