ParamWithValues
oxygen.cli.Params.ParamWithValues
final case class ParamWithValues[A](longName: LongName, shortName: Optional[ShortName], aliases: List[SimpleName], hints: List[HelpHint], valueParser: Values[A]) extends Params[A]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
override def buildInternal(usedParams: Set[SimpleName]): Either[BuildError, (Set[SimpleName], Params[A])]
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- See also
- Inherited from:
- Params
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Parser
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- Inherited from:
- Params
Attributes
- See also
- Inherited from:
- Params
In this article