Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | too much type level stuff to read a config file | stuebinm | 2021-11-14 | 1 | -0/+99 |
This got kinda out of hand, but it can now (a) read a json config file and (b) patch that with another json given on the command line to change some of the options given in the file. No, I probably didn't need to make the `patch` function sufficiently general to work with arbitrary records, but it was kinda fun to do. |