load_if_set

Function load_if_set 

Source
pub fn load_if_set(env_name: &str, _filenames: Option<Vec<&str>>)
Expand description

Check if the provided env name equals true like DEV=true, if so it runs the load function with the provided filenames