- All Superinterfaces:
AbstractCliCommandContainer
A container for the entire CLI meta-data. It contains
groups of
commands that themselves contain properties.- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.cli.container.AbstractCliCommandContainer
getCommand
-
Method Details
-
getGroup
- Parameters:
name- thegroup name.- Returns:
- the requested
CliCommandContainerGroup.
-
getGroups
Collection<? extends CliCommandContainerGroup> getGroups()- Returns:
- the
CollectionofCliCommandContainerGroups.
-