Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Synopsis
- module Options.Applicative.Help.Pretty
- module Options.Applicative.Help.Chunk
- module Options.Applicative.Help.Types
- module Options.Applicative.Help.Core
- module Options.Applicative.Help.Levenshtein
Documentation
This is an empty module which re-exports the help text system for optparse.
Pretty printer. Reexports most combinators from Text.PrettyPrint.ANSI.Leijen
A free monoid over Doc with helpers for composing help text components.
Types required by the help system.
Core implementation of the help text generator.
Edit distance calculations for suggestions