Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains the top-level entrypoint and options parsing for the
dhall
executable
Synopsis
- data Options = Options {
- mode :: Mode
- explain :: Bool
- plain :: Bool
- ascii :: Bool
- standardVersion :: StandardVersion
- data Mode
- parseOptions :: Parser Options
- parserInfoOptions :: ParserInfo Options
- command :: Options -> IO ()
- main :: IO ()
Options
Top-level program options
The subcommands for the dhall
executable
parserInfoOptions :: ParserInfo Options Source #
ParserInfo
for the Options
type