dhall-1.22.0: 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 

Fields

Repl 
Format 
Freeze 

Fields

Hash 
Diff 

Fields

Lint 
Encode 

Fields

Decode 

Fields

Execution

command :: Options -> IO () Source #

Run the command specified by the Options type

main :: IO () Source #

Entry point for the dhall executable