bcc-node-1.99.0
Safe HaskellNone
LanguageHaskell2010

Bcc.Node.Parsers

Synopsis

Documentation

parserHelpHeaderString → Parser a → Doc Source #

Produce just the brief help header for a given CLI option parser, without the options.

parserHelpOptions ∷ Parser a → Doc Source #

Produce just the options help for a given CLI option parser, without the header.

renderHelpDocInt → Doc → String Source #

Render the help pretty document.