Arg

clam.getopt.Arg
case class Arg(nameUsed: String, arg: Option[String])

A known argument corresponding to a parameter

Attributes

arg

In case of a named param, the argument given after the name, if any. In case of a positional param, this value is always set.

nameUsed

In case of a named param, the actual name of the parameter used. This is used to disambiguate between aliases in certain situations, for example in error reporting.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product