roman / Haskell-etc

Declarative configuration spec for Haskell projects
MIT License
47 stars 7 forks source link

Value of type bool always falls back to CLI and sets it to False if it hasn't been passed #70

Open nineonine opened 3 years ago

nineonine commented 3 years ago

If there is a value of type bool, the resolver would always try to read it from args passed via CLI. If it is not there, it would set it to False. This behaviour is undesirable if you wish to specify the value via configuration file.

Expected behaviour