Convert between Dhall and TOML configuration formats
Convert between Dhall and Toml
dhall-to-toml
toml-to-dhall
$ dhall-to-toml < config.dhall > config.toml
$ toml-to-dhall < config.toml > config.dhall
$ dhall-to-toml --file config.dhall