load_config_from_paths

Function load_config_from_paths 

Source
pub fn load_config_from_paths(paths: &[String]) -> Result<Config>
Expand description

Loads config from explicit paths (for –config flag).

Paths are canonicalized to resolve symlinks and relative components. Only regular files are accepted (not directories or special files).