Package

pavlosgi.freecli.argument

parser

Permalink

package parser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. parser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AdditionalArgumentsFound(args: Seq[String]) extends ArgumentParsingError with Product with Serializable

    Permalink
  2. sealed trait ArgumentParsingError extends AnyRef

    Permalink
  3. type ArgumentParsingErrors = NonEmptyList[ArgumentParsingError]

    Permalink
  4. case class ArgumentValueMissing(field: ArgumentField) extends ArgumentParsingError with Product with Serializable

    Permalink
  5. case class FailedToDecodeArgument(details: ArgumentField, error: StringDecoderError) extends ArgumentParsingError with Product with Serializable

    Permalink
  6. type ParseResult[A] = CliParser[Action, ArgumentParsingErrors, A]

    Permalink
  7. trait ParserOps extends AnyRef

    Permalink

Value Members

  1. object ArgumentParserInterpreter extends ~>[Algebra, ParseResult]

    Permalink
  2. object ArgumentParsingError

    Permalink
  3. object ops extends ParserOps

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped