dhall-1.24.0: A configuration language guaranteed to terminate
Dhall.Format
Contents
Description
This module contains the implementation of the dhall format subcommand
dhall format
data Format Source #
Arguments to the format subcommand
format
Constructors
Fields
data FormatMode Source #
The format subcommand can either Modify its input or simply Check that the input is already formatted
Modify
Check
Modify file in-place if present, otherwise read from stdin and write to stdout
stdin
stdout
Read from the given file if present, otherwise read from stdin
format :: Format -> IO () Source #
Implementation of the dhall format subcommand