Commit Graph

4 Commits

Author SHA1 Message Date
seanomik 2a225ac2db Parse command line arguments as configuration options.
I made an "ArgumentTree" to store all the arguments efficiently as they're being parsed. This would've been significantly easier if `figment::value::Value` gave us a mutable reference to the data. If it did, I would've been able to just use `Dict` but as the last commit showed, that wouldn't work; I need something mutable.
2022-06-16 00:49:42 -04:00
seanomik d2a22d6ee1 Try to parse the cli commands 2022-06-15 22:29:15 -04:00
SeanOMik 5426c6186e Start working on reading config from env, cli, and toml 2022-06-13 22:44:23 -04:00
SeanOMik 0de10cbffe
Create LICENSE 2022-06-12 19:11:21 -04:00