Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains the top level and options parsing of the dhall-docs
executable
Synopsis
- data Options
- parserInfoOptions :: ParserInfo Options
- parseOptions :: Parser Options
- main :: IO ()
- defaultMain :: Options -> IO ()
Options
Command line options
parserInfoOptions :: ParserInfo Options Source #
ParserInfo
for the Options
type
Execution
defaultMain :: Options -> IO () Source #
Default execution of dhall-docs
command