BooleanRead

object BooleanRead extends Simple[Boolean]
trait Simple[Boolean]
trait ShortNamed[Boolean]
trait Terminal[Boolean]
trait TokensReader[Boolean]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(strs: Seq[String]): Either[String, Boolean]
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