pub fn load_with_overrides( user_path: Option<&Path>, ) -> Result<Config, ConfigError>
Load the embedded defaults and merge user_path on top if it exists. Missing user config is not an error — defaults stand alone.
user_path