TypesApi

argparse.core.TypesApi
trait TypesApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Api
object default.type
trait MacroApi
trait OutputApi

Members list

Concise view

Type members

Classlikes

object Reader

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reader.type
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.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BooleanReader.type
object DoubleReader.type
object DurationReader.type
object FloatReader.type
trait FsPathReader[A]
object FilePathReader.type
object JavaFileReader.type
object JavaPathReader.type
object PathReader.type
object RelPathReader.type
object SubPathReader.type
object InputStreamReader.type
object InstantReader.type
object LocalDateReader.type
object LocalTime.type
object OutputStreamReader.type
object RangeReader.type
object ReadableReader.type

Implicits

Implicits

implicit val StringReader: Reader[String]