optparse_applicative.builder.internal

Members list

Type members

Classlikes

final case class ArgumentFields[A]()

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CommandFields[A](commands: List[(String, ParserInfo[A])])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DefaultProp[A](default: Option[A], sDef: Option[A => String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DefaultProp

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class FlagFields[A](names: List[OptName], active: A)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FlagFields

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FlagFields.type
trait HasMetavar[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait HasName[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Mod[F[_], A](f: (F[A]) => F[A], prop: DefaultProp[A], g: OptProperties => OptProperties)

An option modifier.

An option modifier.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Mod

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Mod.type
final case class OptionFields[A](names: List[OptName], noArgError: ParseError)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OptionFields

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def internal[F[_], A]: Mod[F, A]

Hide this option from the help text

Hide this option from the help text

Attributes

def mkCommand[A](mod: Mod[CommandFields, A]): (List[String], String => Option[ParserInfo[A]])
def mkOption[A](prop: DefaultProp[A], g: OptProperties => OptProperties, reader: OptReader[A]): Opt[A]
def mkParser[A](prop: DefaultProp[A], g: OptProperties => OptProperties, reader: OptReader[A]): Parser[A]

Concrete fields