TypesApi

trait TypesApi
class Object
trait Matchable
class Any
trait Api
object default

Type members

Classlikes

object Reader
Companion
class
@implicitNotFound("No Reader[${A}] found. A reader is required to parse a command line argument from a string to a ${A}. ".+("Please define a Reader[${A}]."))
trait Reader[A]

A typeclass that defines how to convert a string from a single command line argument to a given type.

A typeclass that defines how to convert a string from a single command line argument to a given type.

Companion
object

Implicits

Implicits

implicit val StringReader: Reader[String]