ShortNamed

replpp.shaded.mainargs.TokensReader$.ShortNamed
sealed trait ShortNamed[T] extends Terminal[T]

Attributes

Graph
Supertypes
trait Terminal[T]
trait TokensReader[T]
class Object
trait Matchable
class Any
Known subtypes
trait Leftover[T, V]
class LeftoverRead[T]
trait Simple[T]
object BooleanRead.type
object ByteRead.type
object DoubleRead.type
object FloatRead.type
object IntRead.type
object LongRead.type
class MapRead[K, V]
class OptionRead[T]
class SeqRead[C, T]
object ShortRead.type
object StringRead.type
Show all

Members list

Value members

Abstract methods

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
def isLeftover: Boolean

Attributes

Inherited from:
TokensReader
def isSimple: Boolean

Attributes

Inherited from:
TokensReader