optparse_applicative
Type members
Inherited types
Value members
Inherited methods
- Inherited from
- Common
Builder for an option taking a BigDecimal argument.
Builder for an option taking a BigDecimal argument.
- Inherited from
- Builder
Builder for an option taking a BigInt argument.
Builder for an option taking a BigInt argument.
- Inherited from
- Builder
Generate a brief help text for a parser.
Generate a brief help text for a parser.
- Inherited from
- Help
Builder for an option taking a Byte argument.
Builder for an option taking a Byte argument.
- Inherited from
- Builder
Builder for an option taking a Char argument.
Builder for an option taking a Char argument.
- Inherited from
- Builder
- Inherited from
- Extra
Null Option reader. All arguments will fail validation.
Null Option reader. All arguments will fail validation.
- Inherited from
- Builder
Builder for an option taking a Double argument.
Builder for an option taking a Double argument.
- Inherited from
- Builder
Convert a function in the Either monad to a reader.
Convert a function in the Either monad to a reader.
- Inherited from
- Builder
The default value of a Parser. This function returns an error if any of the options don't have a default value
The default value of a Parser. This function returns an error if any of the options don't have a default value
- Inherited from
- Common
- Inherited from
- Extra
Builder for a flag parser without a default value.
Builder for a flag parser without a default value.
- Inherited from
- Builder
Builder for an option taking a Float argument.
Builder for an option taking a Float argument.
- Inherited from
- Builder
Turns an unsafe conversion function into a reader by catching non-fatal exceptions.
Turns an unsafe conversion function into a reader by catching non-fatal exceptions.
- Inherited from
- Builder
A hidden "helper" option which always fails
A hidden "helper" option which always fails
- Inherited from
- Extra
An option that always fails and displays a message.
An option that always fails and displays a message.
- Inherited from
- Builder
Builder for an option taking a Int argument.
Builder for an option taking a Int argument.
- Inherited from
- Builder
Create a parser composed of a single operation.
Create a parser composed of a single operation.
- Inherited from
- Common
Builder for an option taking a Long argument.
Builder for an option taking a Long argument.
- Inherited from
- Builder
Map a polymorphic function over all the options of a parser, and collect the results in a list.
Map a polymorphic function over all the options of a parser, and collect the results in a list.
- Inherited from
- Common
Specify a metavariable for the argument.
Specify a metavariable for the argument.
Metavariables have no effect on the parser, and only serve to specify the symbolic name for an argument to be displayed in the help text.
- Inherited from
- Builder
Specify the error to display when no argument is provided to this option.
Specify the error to display when no argument is provided to this option.
- Inherited from
- Builder
Generate description for a single option.
Generate description for a single option.
- Inherited from
- Help
- Inherited from
- Common
Generate a ParserFailure from a ParseError in a given Context.
Generate a ParserFailure from a ParseError in a given Context.
- Inherited from
- Extra
Apply a Parser to a command line, and return a result and leftover arguments. This function returns an error if any parsing error occurs, or if any options are missing and don't have a default value.
Apply a Parser to a command line, and return a result and leftover arguments. This function returns an error if any parsing error occurs, or if any options are missing and don't have a default value.
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
- Inherited from
- Common
Builder for an option taking a Short argument.
Builder for an option taking a Short argument.
- Inherited from
- Builder
Show the default value for this option using its Show instance.
Show the default value for this option using its Show instance.
- Inherited from
- Builder
Specify a function to show the default value for an option.
Specify a function to show the default value for an option.
- Inherited from
- Builder
- Inherited from
- Common
Builder for an option taking a String argument.
Builder for an option taking a String argument.
- Inherited from
- Builder
Builder for a command parser. The command modifier can be used to specify individual commands.
Builder for a command parser. The command modifier can be used to specify individual commands.
- Inherited from
- Builder
Like mapParser, but collect the results in a tree structure.
Like mapParser, but collect the results in a tree structure.
- Inherited from
- Common