CommandDirective

zio.cli.CommandDirective
See theCommandDirective companion object
sealed trait CommandDirective[+A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BuiltIn
class UserDefined[A]
Self type

Members list

Value members

Concrete methods

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