WithDefault
zio.cli.Options.WithDefault
final case class WithDefault[A](options: Options[A], default: A) extends Options[A]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Input
Attributes
- Definition Classes
Attributes
- Definition Classes
-
Input
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