optparse_applicative.common
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MatchResultclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MatchResult.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait MatchResultclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoMatch.type
Inherited classlikes
Attributes
- Inherited from:
- Common (hidden)
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- Common (hidden)
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
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Create a parser composed of a single operation.
Create a parser composed of a single operation.
Attributes
- Inherited from:
- Common (hidden)
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.
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
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.
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Attributes
- Inherited from:
- Common (hidden)
Like mapParser, but collect the results in a tree structure.
Like mapParser, but collect the results in a tree structure.
Attributes
- Inherited from:
- Common (hidden)