optparse_applicative.builder
Type members
Inherited types
Value members
Inherited methods
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
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
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
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
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
Builder for an option taking a Long argument.
Builder for an option taking a Long argument.
- Inherited from
- Builder
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
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
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