oxygen.cli.Values
See theValues companion object
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
- Known subtypes
-
class Bracketed[A]object Ignoredclass Optional[A]class Or[A]class Rawclass Repeated[A]class RepeatedNel[A]class SingleValueclass WithDefault[A]Show all
Members list
Value members
Abstract methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Values[A])]
This should do 2 things:
This should do 2 things:
- Fail if there are duplicate param names
- Convert Defaultable.Auto into Defaultable.Some/Defaultable.None based on start of long name
Attributes
- Definition Classes
Attributes
- Definition Classes
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited and Abstract methods
Attributes
- Inherited from:
- Parser
In this article