Uses of Interface
io.github.mmm.cli.CliAddCommand
Packages that use CliAddCommand
Package
Description
Contains the API and implementation to parse the arguments of a
main method from a command-line-interface
(CLI).-
Uses of CliAddCommand in io.github.mmm.cli
Methods in io.github.mmm.cli that return CliAddCommandModifier and TypeMethodDescriptionCliAddCommand.add(CliCommand command) default CliAddCommandCliAddCommand.add(CliCommand... commands) default CliAddCommandCliAddCommand.add(Class<? extends CliCommand> commandInterface) default CliAddCommandCliAddCommand.add(Class<? extends CliCommand>... commandInterfaces) protected CliAddCommandCliMain.group()protected CliAddCommand