Uses of Class
net.morimekta.console.args.SubCommand
-
Packages that use SubCommand Package Description net.morimekta.console.args -
-
Uses of SubCommand in net.morimekta.console.args
Methods in net.morimekta.console.args with parameters of type SubCommand Modifier and Type Method Description SubCommandSet
SubCommandSet. add(SubCommand<SubCommandDef> subCommand)
Add a sub-command to the sub-command-set.SubCommandSet
SubCommandSet. addAll(SubCommand<SubCommandDef>... subCommands)
Add a set of sub-commands to the sub-command-set.
-