Class SimpleCommandGroup

java.lang.Object
org.jline.shell.impl.SimpleCommandGroup
All Implemented Interfaces:
CommandGroup
Direct Known Subclasses:
AliasCommands, HelpCommands, HistoryCommands, JobCommands, OptionCommands

public class SimpleCommandGroup extends Object implements CommandGroup
Default implementation of CommandGroup backed by a list of commands.
Since:
4.0
See Also: