summaryrefslogtreecommitdiff
path: root/crates/arti-config/src/cmdline.rs
Commit message (Collapse)AuthorAgeFilesLines
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+185
To do this at all neatly, I had to split out `tor-config` from `arti-config` again, and putting the lower level stuff (paths, builder errors) into tor-config. I also changed our use of derive_builder to always use a common error type, to avoid error type proliferation.