Map
zio.cli.Options.Map
final case class Map[A, B](value: Options[A], f: A => Either[ValidationError, B]) extends Options[B]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Options
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Options
Customizes the name used to print a placeholder value in help strings.
Customizes the name used to print a placeholder value in help strings.
The default is the type name of the option (for example 'text', 'integer', etc.
Attributes
- Inherited from:
- Options
In this article