Skip to main content

load_files

Function load_files 

Source
pub fn load_files(paths: &[String]) -> Result<Vec<(String, String)>, String>
Expand description

Load every --env file in order and fold them into one map — later files win. The caller applies the real-environment-wins rule (it knows the environment; this function deliberately does not read it, so tests can).