Uses of Interface
io.github.mmm.cli.command.CliCommand
Packages that use CliCommand
Package
Description
Contains the API and implementation to parse the arguments of a
main method from a command-line-interface
(CLI).Contains
CliCommand interface with default commands for help and version.-
Uses of CliCommand in io.github.mmm.cli
Methods in io.github.mmm.cli with parameters of type CliCommandModifier and TypeMethodDescriptionCliAddCommand.add(CliCommand command) default CliAddCommandCliAddCommand.add(CliCommand... commands) static CliBundleCliBundle.of(CliCommand command, CliConsole console) Method parameters in io.github.mmm.cli with type arguments of type CliCommandModifier and TypeMethodDescriptiondefault CliAddCommandCliAddCommand.add(Class<? extends CliCommand> commandInterface) static CliBundleCliBundle.of(Class<? extends CliCommand> commandClass, CliConsole console) -
Uses of CliCommand in io.github.mmm.cli.command
Subinterfaces of CliCommand in io.github.mmm.cli.commandModifier and TypeInterfaceDescriptioninterfaceCliCommandfor auto-completion of the CLI.interfaceCliCommandto print the help of the program.interfaceCliCommandto print the version of the program. -
Uses of CliCommand in io.github.mmm.cli.container
Methods in io.github.mmm.cli.container that return CliCommandMethods in io.github.mmm.cli.container with parameters of type CliCommand