optparse-applicative-0.12.1.0: Utilities and combinators for parsing command line options

Safe HaskellSafe
LanguageHaskell98

Options.Applicative

Contents

Synopsis

Applicative option parsers

This is an empty module which simply re-exports all the public definitions of this package.

See https://github.com/pcapriotti/optparse-applicative for a tutorial, and a general introduction to applicative option parsers.

See the documentation of individual modules for more details.

Exported modules

The standard Applicative module is re-exported here for convenience.

Parser type and low-level parsing functionality.

Utilities to build parsers out of basic primitives.

Common completion functions.

Utilities to run parsers and display a help text.