Search code examples
How to have fixed options using Option.Applicative in haskell?...

parsinghaskelloptparse-applicative

Read More
(Sub)command synonyms for optparse-applicative...

haskelloptparse-applicative

Read More
How do I prevent a recursively defined optparse-applicative Parser from hanging?...

haskellcommand-line-argumentslazy-evaluationapplicativeoptparse-applicative

Read More
Generate optparse-applicative parser from free alternative functor...

haskellapplicativefree-monadalternative-functoroptparse-applicative

Read More
How to code for mutually exclusive flags in Options.Applicative...

haskelloptparse-applicative

Read More
Making an 'optional' parser using optparse-applicative and constructing value for recursive ...

haskelloptparse-applicative

Read More
optparse-applicative parser fails due to partial input being consumed...

haskelloptparse-applicative

Read More
optparse-applicative with custom monad...

haskelloptparse-applicative

Read More
subcommand help using optparse applicative...

haskelloptparse-applicative

Read More
How does optparse-applicative bash autocompletion work?...

haskelloptparse-applicative

Read More
Parsing user options into custom data types with OptParse-Applicative...

haskelloptparse-applicative

Read More
optparse-applicative non empty string argument...

haskelloptparse-applicative

Read More
How to change the parent working directory from which my executable is run?...

shellhaskelldirectoryoptparse-applicative

Read More
How to parse a product type partially...

haskelloptparse-applicative

Read More
Parsing CLI options for a product type...

haskelloptparse-applicative

Read More
How do I create, and distinguish, global options using 'optparse-applicative'?...

haskellcommand-line-interfaceoptparse-applicative

Read More
How to parse an optional flag as a Maybe value?...

haskellcommand-line-argumentsapplicativeoptparse-applicative

Read More
(typed) list of argument from a program using optparse-appplicative...

haskelloptparse-applicative

Read More
optparse-applicative: parsing list of pairs...

haskellcommand-line-argumentsapplicativeoptparse-applicative

Read More
Programming pattern or library (i.e. idiomatic way) to handle CLI arguments semantic errors?...

validationhaskellcommand-line-argumentsoptparse-applicative

Read More
How do I specify names for missing commands in the help message generated by optparse-applicative?...

haskelloptparse-applicative

Read More
How to use options with multiple values with Haskell's optparse-applicative...

haskelloptparse-applicative

Read More
Parsing "enum" options with optparse-applicative...

haskelloptparse-applicative

Read More
optparse-applicative subcommand help text...

haskellcommand-line-argumentsapplicativeoptparse-applicative

Read More
handle exception from openFile in a optparse-applicative ReadM...

haskellmonadsoptparse-applicative

Read More
Is it possible to have a optparse-applicative option with several parameters?...

haskelloptparse-applicative

Read More
optparse-applicative Backtracking...

haskellcommand-line-argumentsapplicativeoptparse-applicative

Read More
Howto create a nested/conditional option with optparse-applicative?...

haskellapplicativeoptparse-applicative

Read More
BackNext