StringRead

object StringRead extends Simple[String]
trait Simple[String]
trait ShortNamed[String]
trait Terminal[String]
trait TokensReader[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def allowEmpty: Boolean

Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq

Whether this CLI param can be no passed from the CLI, even if a default value is not specified. In that case, read receives an empty Seq

Inherited from:
Simple
def alwaysRepeatable: Boolean

Whether is CLI param is repeatable

Whether is CLI param is repeatable

Inherited from:
Simple
def isClass: Boolean
Inherited from:
TokensReader
def isConstant: Boolean
Inherited from:
TokensReader
def isFlag: Boolean
Inherited from:
TokensReader
def isLeftover: Boolean
Inherited from:
TokensReader
override def isSimple: Boolean
Definition Classes
Inherited from:
Simple