oxygen.cli.Values
See theValues companion trait
object Values
Attributes
Members list
Type members
Classlikes
object FinalParseResult
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FinalParseResult.type
final case class MappedOrFail[A, B](parser: Values[A], f: A => Either[String, B]) extends Values[B]
object ParseResult
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ParseResult.type
final case class RepeatedNel[A](parser: Values[A], breakOnAnyError: Boolean) extends Values[NonEmptyList[A]]
final case class SingleValue(name: LongName, hints: List[HelpHint]) extends Values[String]
final case class WithDefault[A](parser: Values[A], default: A, breakOnAnyError: Boolean) extends Values[A]
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article