dhall-1.38.1: A configuration language guaranteed to terminate
Safe HaskellNone
LanguageHaskell2010

Dhall.Main

Description

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

Synopsis

Options

data Options Source #

Top-level program options

data ResolveMode Source #

This specifies how to resolve transitive dependencies

Constructors

Dot

Generate a DOT file for graphviz

ListTransitiveDependencies

List all transitive dependencies as text, one per line

ListImmediateDependencies

List immediate dependencies as text, one per line

Execution

command :: Options -> IO () Source #

Run the command specified by the Options type

main :: IO () Source #

Entry point for the dhall executable