Both

zio.cli.Args.Both
final case class Both[+A, +B](head: Args[A], tail: Args[B]) extends Args[(A, B)]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Args[(A, B)]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ??(that: String): Args[(A, B)]
override def pipeline: (String, List[Parameter])

Attributes

Definition Classes
Pipeline
def uid: Option[String]
def validate(args: List[String], conf: CliConfig): IO[ValidationError, (List[String], (A, B))]

Inherited methods

final def *: Args[List[(A, B)]]

Attributes

Inherited from:
Args
final def +[A1 >: (A, B)]: Args[::[A1]]

Attributes

Inherited from:
Args
final def ++[B](that: Args[B])(implicit zippable: Zippable[(A, B), B]): Args[zippable.Out]

Attributes

Inherited from:
Args
final def atLeast(min: Int): Args[List[(A, B)]]

Attributes

Inherited from:
Args
final def atMost(max: Int): Args[List[(A, B)]]

Attributes

Inherited from:
Args
final def between(min: Int, max: Int): Args[List[(A, B)]]

Attributes

Inherited from:
Args
final def map[B](f: ((A, B)) => B): Args[B]

Attributes

Inherited from:
Args
final def mapOrFail[B](f: ((A, B)) => Either[HelpDoc, B]): Args[B]

Attributes

Inherited from:
Args
final def mapTry[B](f: ((A, B)) => B): Args[B]

Attributes

Inherited from:
Args

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def repeat: Args[List[(A, B)]]

Attributes

Inherited from:
Args
final def repeat1[A1 >: (A, B)]: Args[::[A1]]

Attributes

Inherited from:
Args

Attributes

Inherited from:
Parameter (hidden)

Concrete fields

lazy val helpDoc: HelpDoc
lazy val maxSize: Int
lazy val minSize: Int

Inherited fields

lazy val tag: String

Attributes

Inherited from:
Args