zio.cli.CommandDirective
See theCommandDirective companion trait
object CommandDirective
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
CommandDirective.type
Members list
Type members
Classlikes
final case class BuiltIn(option: BuiltInOption) extends CommandDirective[Nothing]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CommandDirective[Nothing]class Objecttrait Matchableclass AnyShow all
final case class UserDefined[A](leftover: List[String], value: A) extends CommandDirective[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CommandDirective[A]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
In this article