optparse-applicative/Options/Applicative/Help.hs
Paolo Capriotti 2ec4121a8e Return ParserHelp from parseFailure
This makes it possible to customise the final help text without duplicating the
help generation code.
2014-08-27 15:24:51 +01:00

9 lines
228 B
Haskell

module Options.Applicative.Help (
module X
) where
import Options.Applicative.Help.Pretty as X
import Options.Applicative.Help.Chunk as X
import Options.Applicative.Help.Types as X
import Options.Applicative.Help.Core as X