package cli
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Argument extends AnyRef
- trait ArgumentCLI extends Argument
A CLI argument.
A CLI argument.
One of the few publicly accessible entities in this package.
- trait ArgumentConf extends Argument
An argument configuration which lives inside a configuration file.
An argument configuration which lives inside a configuration file.
One of the few publicly accessible entities in this package.
- trait ParserCLI extends Parser[Seq[String], Set[ArgumentCLI]]
Parser for command line arguments.
Parser for command line arguments.
This parser is defined as a Set of ArgumentConfs.
One of the few publicly accessible objects in this package.
Value Members
- object ArgumentCLI
- object ArgumentConf
- object ParserCLI