LeftoverRead

mainargs.TokensReader.LeftoverRead
class LeftoverRead[T](implicit wrapped: Simple[T]) extends Leftover[Leftover[T], T]

Attributes

Graph
Supertypes
trait Leftover[Leftover[T], T]
trait ShortNamed[Leftover[T]]
trait Terminal[Leftover[T]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def read(strs: Seq[String]): Either[String, Leftover[T]]
def shortName: String

The label that shows up in the CLI help message, e.g. the bar in --foo <bar>

The label that shows up in the CLI help message, e.g. the bar in --foo <bar>

Attributes

Inherited methods

def isClass: Boolean

Attributes

Inherited from:
TokensReader
def isConstant: Boolean

Attributes

Inherited from:
TokensReader
def isFlag: Boolean

Attributes

Inherited from:
TokensReader
override def isLeftover: Boolean

Attributes

Definition Classes
Inherited from:
Leftover
def isSimple: Boolean

Attributes

Inherited from:
TokensReader