optparse_applicative.extra

Members list

Concise view

Value members

Inherited methods

def customExecParser[A](args: List[String], progName: String, pprefs: ParserPrefs, pinfo: ParserInfo[A]): A

Attributes

Inherited from:
Extra (hidden)
def execParser[A](args: Array[String], progName: String, pinfo: ParserInfo[A]): A

Attributes

Inherited from:
Extra (hidden)
def execParserPure[A](pprefs: ParserPrefs, pinfo: ParserInfo[A], args: List[String]): ParserResult[A]

Attributes

Inherited from:
Extra (hidden)
def handleParseResult[A](progName: String, result: ParserResult[A]): A

Attributes

Inherited from:
Extra (hidden)
def helper[A]: Parser[A => A]

A hidden "helper" option which always fails

A hidden "helper" option which always fails

Attributes

Inherited from:
Extra (hidden)

Generate a ParserFailure from a ParseError in a given Context.

Generate a ParserFailure from a ParseError in a given Context.

Attributes

Inherited from:
Extra (hidden)
def renderFailure(failure: ParserFailure[ParserHelp], progName: String): (String, ExitCode)

Attributes

Inherited from:
Extra (hidden)