replpp.shaded.mainargs.TokensReader
See theTokensReader companion object
Represents the ability to parse CLI input arguments into a type T
Has a fixed number of direct subtypes - Simple, Constant, Flag, Leftover, and Class - but each of those can be extended by an arbitrary number of user-specified instances.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait Class[T]class ParserForClass[T]trait Terminal[T]trait Constant[T]trait Flagobject FlagReadtrait ShortNamed[T]class LeftoverRead[T]trait Simple[T]object BooleanReadobject ByteReadobject DoubleReadobject FloatReadobject IntReadobject LongReadclass OptionRead[T]object ShortReadobject StringRead
Members list
In this article