Skip to main content

load_with_overrides

Function load_with_overrides 

Source
pub fn load_with_overrides(
    user_path: Option<&Path>,
) -> Result<Config, ConfigError>
Expand description

Load the embedded defaults and merge user_path on top if it exists. Missing user config is not an error — defaults stand alone.