ShortRead

object ShortRead extends Simple[Short]
trait Simple[Short]
trait ShortNamed[Short]
trait Terminal[Short]
trait TokensReader[Short]
class Object
trait Matchable
class Any

Value members

Concrete methods

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