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

Execution

command :: Options -> IO () Source #

Run the command specified by the Options type

main :: IO () Source #

Entry point for the dhall executable