Uses of Class
io.github.mmm.cli.CliArgument
-
Packages that use CliArgument 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 CliArgument in io.github.mmm.cli
Subclasses of CliArgument in io.github.mmm.cli Modifier and Type Class Description classCliLongOptionCliOptionin long format (e.g.classCliOptionCliArgumentfor anoption.classCliShortOptionCliOptionin short format (e.g.classCliValueMethods in io.github.mmm.cli that return CliArgument Modifier and Type Method Description CliArgumentCliArgs. getFirst()CliArgumentCliArgument. getNext()Methods in io.github.mmm.cli with parameters of type CliArgument Modifier and Type Method Description protected voidCliMain. error(CliArgument argument)
-