Packages

package cli

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Argument extends AnyRef
  2. trait ArgumentCLI extends Argument

    A CLI argument.

    A CLI argument.

    One of the few publicly accessible entities in this package.

  3. 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.

  4. 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

  1. object ArgumentCLI
  2. object ArgumentConf
  3. object ParserCLI

Ungrouped