PosixOperand

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

The value of an operand, i.e. a String which follows all of the options and their values.

Value parameters

value

a String

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