dhall-1.26.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 

Fields

data Mode Source #

The subcommands for the dhall executable

Constructors

Default 
Version 
Resolve 

Fields

Type 

Fields

Normalize 

Fields

Repl 
Format 
Freeze 

Fields

Hash 
Diff 

Fields

Lint 

Fields

Encode 

Fields

Decode 

Fields

Text 

Fields

Execution

command :: Options -> IO () Source #

Run the command specified by the Options type

main :: IO () Source #

Entry point for the dhall executable