pub fn load() -> Result<ReconConfig>Expand description
Loads the layered config (/etc/recon/config.toml + ~/.recon/config.toml).
Both layers are optional; an empty config is the default. Returns an error
only when a file that exists fails to read or parse.