Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Parsers
Synopsis
- nodeCLIParser :: Parser PartialNodeConfiguration
- parseConfigFile :: Parser FilePath
- parserHelpHeader :: String -> Parser a -> Doc
- parserHelpOptions :: Parser a -> Doc
- renderHelpDoc :: Int -> Doc -> String
Documentation
nodeCLIParser :: Parser PartialNodeConfiguration Source #
parseConfigFile :: Parser FilePath Source #
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.