Package

optparse_applicative.builder

internal

Permalink

package internal

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ArgumentFields[A]() extends Product with Serializable

    Permalink
  2. final case class CommandFields[A](commands: List[(String, types.ParserInfo[A])]) extends Product with Serializable

    Permalink
  3. case class DefaultProp[A](default: Option[A], sDef: Option[(A) ⇒ String]) extends Product with Serializable

    Permalink
  4. final case class FlagFields[A](names: List[OptName], active: A) extends Product with Serializable

    Permalink
  5. trait HasMetavar[F[_]] extends AnyRef

    Permalink
  6. trait HasName[F[_]] extends AnyRef

    Permalink
  7. case class Mod[F[_], A](f: (F[A]) ⇒ F[A], prop: DefaultProp[A], g: (OptProperties) ⇒ OptProperties) extends Product with Serializable

    Permalink

    An option modifier.

  8. final case class OptionFields[A](names: List[OptName], noArgError: ParseError) extends Product with Serializable

    Permalink

Value Members

  1. object DefaultProp extends Serializable

    Permalink
  2. object FlagFields extends Serializable

    Permalink
  3. object Mod extends Serializable

    Permalink
  4. object OptionFields extends Serializable

    Permalink
  5. val baseProps: OptProperties

    Permalink
  6. def internal[F[_], A]: Mod[F, A]

    Permalink

    Hide this option from the help text

  7. def mkCommand[A](mod: Mod[CommandFields, A]): (List[String], (String) ⇒ Option[types.ParserInfo[A]])

    Permalink
  8. def mkOption[A](prop: DefaultProp[A], g: (OptProperties) ⇒ OptProperties, reader: OptReader[A]): Opt[A]

    Permalink
  9. def mkParser[A](prop: DefaultProp[A], g: (OptProperties) ⇒ OptProperties, reader: OptReader[A]): types.Parser[A]

    Permalink
  10. def mkProps[A](prop: DefaultProp[A], g: (OptProperties) ⇒ OptProperties): OptProperties

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped