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 amain
method from a command-line-interface (CLI).CliArgument A single argument of amain
method from a command-line-interface (CLI).CliLongOption CliOption
in long format (e.g.CliMain This is the abstract base class for a main-program.CliOption CliArgument
for anoption
.CliShortOption CliOption
in short format (e.g.CliValue