Commit Graph

8 Commits

Author SHA1 Message Date
seanomik a93fef3ac5
Move config fields around, make fields public 2023-07-26 00:11:10 -04:00
seanomik 83bfec3ddb
Added defaults 2023-07-26 00:11:08 -04:00
seanomik de98219200
Created more members of Config struct 2023-07-26 00:11:00 -04:00
seanomik 6741d35783 Create simple torznab api module. Start asyncifying the indexer requests 2022-06-17 23:57:48 -04:00
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