cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Node.Parsers

Synopsis

Documentation

parserHelpHeader :: String -> 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.

renderHelpDoc :: Int -> Doc -> String Source #

Render the help pretty document.