optparse_applicative.extra
package 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)
Attributes
- Inherited from:
- Extra (hidden)
def execParserPure[A](pprefs: ParserPrefs, pinfo: ParserInfo[A], args: List[String]): ParserResult[A]
Attributes
- Inherited from:
- Extra (hidden)
Attributes
- Inherited from:
- Extra (hidden)
A hidden "helper" option which always fails
A hidden "helper" option which always fails
Attributes
- Inherited from:
- Extra (hidden)
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.
Attributes
- Inherited from:
- Extra (hidden)
Attributes
- Inherited from:
- Extra (hidden)