summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* the Config interface should be Applicative, not Monadstuebinm2024-06-071-3/+16
| | | | | this allows for safer alternative uses for it, such as running it on an empty list of config sources to just get the list of keys it uses.
* allow for non-required config optionsstuebinm2024-06-071-3/+3
|
* nested values, tests, and aesonstuebinm2024-06-061-20/+74
|
* a generic, multi-source config interfacestuebinm2024-05-221-0/+37