pub fn load(repo_root: Option<&Path>, env: &Env) -> Result<Config>
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).
repo_root
None