optparse_applicative.extra

Value members

Inherited methods

def customExecParser[A](args: List[String], progName: String, pprefs: ParserPrefs, pinfo: ParserInfo[A]): A
Inherited from
Extra
def execParser[A](args: Array[String], progName: String, pinfo: ParserInfo[A]): A
Inherited from
Extra
def execParserPure[A](pprefs: ParserPrefs, pinfo: ParserInfo[A], args: List[String]): ParserResult[A]
Inherited from
Extra
def handleParseResult[A](progName: String, result: ParserResult[A]): A
Inherited from
Extra
def helper[A]: Parser[A => A]

A hidden "helper" option which always fails

A hidden "helper" option which always fails

Inherited from
Extra

Generate a ParserFailure from a ParseError in a given Context.

Generate a ParserFailure from a ParseError in a given Context.

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