dhall-1.17.0: A configuration language guaranteed to terminate

Safe HaskellNone
LanguageHaskell2010

Dhall.Format

Contents

Description

This module contains the implementation of the dhall format subcommand

Synopsis

Format

format Source #

Arguments

:: Maybe FilePath

Modify file in-place if present, otherwise read from stdin and write to stdout

-> IO () 

Implementation of the dhall format subcommand