pub fn find_config() -> Result<Option<Config>, Error>Expand description
Finds and reads a config file from the default locations.
Tries the current directory first, then the config directory.
Returns None if no config file is found in either location.
ยงErrors
Returns an error if a config file is found but cannot be parsed.