Module io.github.mmm.cli
Package io.github.mmm.cli
Contains the API and implementation to parse the arguments of a
main method from a command-line-interface
(CLI).- See Also:
CliArgs(String...),CliArgument
-
Class Summary Class Description CliArgs A simple wrapper for the arguments of amainmethod from a command-line-interface (CLI).CliArgument A single argument of amainmethod from a command-line-interface (CLI).CliLongOption CliOptionin long format (e.g.CliMain This is the abstract base class for a main-program.CliOption CliArgumentfor anoption.CliShortOption CliOptionin short format (e.g.CliValue