UserDefined

zio.cli.CommandDirective.UserDefined
final case class UserDefined[A](leftover: List[String], value: A) extends CommandDirective[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CommandDirective[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def map[B](f: A => B): CommandDirective[B]

Attributes

Inherited from:
CommandDirective

Attributes

Inherited from:
CommandDirective

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product