optparse_applicative.extra
package 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 execParserPure[A](pprefs: ParserPrefs, pinfo: ParserInfo[A], args: List[String]): ParserResult[A]
- Inherited from
- Extra
A hidden "helper" option which always fails
A hidden "helper" option which always fails
- Inherited from
- Extra
def parserFailure[A](pprefs: ParserPrefs, pinfo: ParserInfo[A], msg: ParseError, ctx: Context): ParserFailure[ParserHelp]
Generate a ParserFailure from a ParseError in a given Context.
Generate a ParserFailure from a ParseError in a given Context.
- Inherited from
- Extra