dhall-1.19.1: A configuration language guaranteed to terminate

Safe HaskellNone
LanguageHaskell2010

Dhall.Main

Contents

Description

This module contains the top-level entrypoint and options parsing for the dhall executable

Synopsis

Options

data Options Source #

Top-level program options

Constructors

Options 

data Mode Source #

The subcommands for the dhall executable

Constructors

Default 

Fields

Version 
Resolve 

Fields

Type 
Normalize 
Repl 
Format 
Freeze 
Hash 
Diff 

Fields

Lint 
Encode 
Decode 

Execution

command :: Options -> IO () Source #

Run the command specified by the Options type

main :: IO () Source #

Entry point for the dhall executable