The current configuration setup for the server is not ideal: - Lot of boilerplate code - Both env variables and `~/.config/atomic/config.toml` are used - Running from CLI does not really instruct user to setup basic, required fields ## Strategy - [x] Upgrade to clap v3 (currently in beta) - [x] Use a StructOpt based on the `config.rs` file - [x] Set defaults and `env` names using decorators