Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Provides TOML configuration.
Synopsis
- data TomlConfig = MkTomlConfig {}
- mergeConfigs :: Args -> TomlConfig -> (TomlConfig, CommandP2)
- defaultTomlConfig :: TomlConfig
Documentation
data TomlConfig Source #
Holds TOML configuration.
MkTomlConfig | |
|
Instances
mergeConfigs :: Args -> TomlConfig -> (TomlConfig, CommandP2) Source #
Merges the args and toml config into a single toml config. If some field F is specified by both args and toml config, then args takes precedence.