JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
io.github.mmm.cli.CliMain
Packages that use
CliMain
Package
Description
io.github.mmm.cli.command
Contains
CliCommand
interface with default commands for help and version.
Uses of
CliMain
in
io.github.mmm.cli.command
Methods in
io.github.mmm.cli.command
with parameters of type
CliMain
Modifier and Type
Method
Description
int
CliCommand.
run
(
CliMain
main)
Executes this
CliCommand
.
default int
CliCommandAutoComplete.
run
(
CliMain
main)
default int
CliCommandHelp.
run
(
CliMain
main)
default int
CliCommandVersion.
run
(
CliMain
main)