Uses of Package
eu.svjatoslav.commons.cli_helper.parameter_parser
Packages that use eu.svjatoslav.commons.cli_helper.parameter_parser
Package
Description
-
Classes in eu.svjatoslav.commons.cli_helper.parameter_parser used by eu.svjatoslav.commons.cli_helper.parameter_parserClassDescriptionRepresents a command-line option (a flag or switch), which can be configured with: whether it's mandatory the number of parameters accepted a textual description aliases (the actual CLI flags, e.g., "--help" or "-h")Defines how many parameters a command-line option can accept.
-
Classes in eu.svjatoslav.commons.cli_helper.parameter_parser used by eu.svjatoslav.commons.cli_helper.parameter_parser.parameterClassDescriptionRepresents a command-line option (a flag or switch), which can be configured with: whether it's mandatory the number of parameters accepted a textual description aliases (the actual CLI flags, e.g., "--help" or "-h")