PosixOptionString

com.phasmidsoftware.args.PosixOptionString
case class PosixOptionString(value: String) extends PosixArg

One or more options. Each option is a single-letter, although the terminating characters can be a value.

Value parameters

value

the string of options, without the "-" prefix.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PosixArg
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product