Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains the top-level entrypoint and options parsing for the
dhall
executable
Synopsis
- data Options = Options {}
- data Mode
- parseOptions :: Parser Options
- parserInfoOptions :: ParserInfo Options
- command :: Options -> IO ()
- main :: IO ()
Options
Top-level program options
The subcommands for the dhall
executable
Default | |
Version | |
Resolve | |
| |
Type | |
| |
Normalize | |
Repl | |
Format | |
Freeze | |
Hash | |
Diff | |
Lint | |
Tags | |
Encode | |
Decode | |
Text | |
SyntaxTree | |
parserInfoOptions :: ParserInfo Options Source #
ParserInfo
for the Options
type