Uses of Class
io.github.mmm.cli.CliBundle
Packages that use CliBundle
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 CliBundle in io.github.mmm.cli
Methods in io.github.mmm.cli that return CliBundleModifier and TypeMethodDescriptionstatic CliBundleCliBundle.of(CliCommand command, CliConsole console) static CliBundleCliBundle.of(Class<? extends CliCommand> commandClass, CliConsole console) -
Uses of CliBundle in io.github.mmm.cli.command
Methods in io.github.mmm.cli.command with parameters of type CliBundleModifier and TypeMethodDescriptiondefault voidCliCommandHelp.printJvmOptions(CliOut out, CliBundle helpBundle, CliConsole console)