Package eu.svjatoslav.commons.cli_helper.parameter_parser
package eu.svjatoslav.commons.cli_helper.parameter_parser
-
ClassDescriptionRepresents 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.This class parses command-line arguments against a set of registered
Option
objects.