Skip to main content

load

Function load 

Source
pub fn load(repo_root: Option<&Path>, env: &Env) -> Result<Config>
Expand description

Loads and merges the global and per-repo configuration over the defaults. repo_root is None when not inside a repository (only the global layer is considered).