Go to file
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
src Parse command line arguments as configuration options. 2022-06-16 00:49:42 -04:00
.gitignore Try to parse the cli commands 2022-06-15 22:29:15 -04:00
Cargo.lock Try to parse the cli commands 2022-06-15 22:29:15 -04:00
Cargo.toml Try to parse the cli commands 2022-06-15 22:29:15 -04:00
LICENSE Try to parse the cli commands 2022-06-15 22:29:15 -04:00