Uses of Class
io.github.mmm.cli.CliArgs
-
Packages that use CliArgs Package Description io.github.mmm.cli Contains the API and implementation to parse the arguments of amainmethod from a command-line-interface (CLI). -
-
Uses of CliArgs in io.github.mmm.cli
Methods in io.github.mmm.cli with parameters of type CliArgs Modifier and Type Method Description abstract intCliMain. run(CliArgs args)Has to be implemented to handle that givenCliArgsand do the program logic.
-