AccumulatorArgParser

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def from[T](description: String)(parse: (Option[T], Int, Int, String) => Either[Error, T]): AccumulatorArgParser[T]
def list[T](implicit parser: ArgParser[T]): AccumulatorArgParser[List[T]]
def option[T](implicit parser: ArgParser[T]): AccumulatorArgParser[Option[T]]
def vector[T](implicit parser: ArgParser[T]): AccumulatorArgParser[Vector[T]]