Enumeration
zio.cli.PrimType.Enumeration
final case class Enumeration[A](cases: (String, A)*) extends PrimType[A]
Type representing a value selected from set of allowed values.
Value parameters
- cases
-
lists of allowed parameter-value pairs
Attributes
- Graph
-
- Supertypes
- Self type
-
Enumeration[A]
Members list
In this article