pub fn load_effective_config_with_global(
cwd: &Path,
global_path: &Path,
) -> Result<Config>Expand description
Same as load_effective_config but accepts an explicit global config path.
Carved out so tests can drive the global layer without setting HOME.