Uses of Package
com.github.hypfvieh.cli.parser
Packages that use com.github.hypfvieh.cli.parser
-
Classes in com.github.hypfvieh.cli.parser used by com.github.hypfvieh.cli.parserClassDescriptionBase class of every command line.Describes a command-line option.
Options are created using the associatedCmdArgOption.Builder.Builder for a command-line option.
The builder guarantees the option it builds is valid.
At a minimum an option requires a name.A class to parse the Java command-line and access arguments by name and type usingCmdArgOptions. -
Classes in com.github.hypfvieh.cli.parser used by com.github.hypfvieh.cli.parser.formatterClassDescriptionDescribes a command-line option.
Options are created using the associatedCmdArgOption.Builder.