Function add_config

Source
pub fn add_config(
    config: &mut HashMap<String, HashMap<String, String>>,
    new_config_file: &Path,
) -> Result<()>
Expand description

Load an ini config file and merge it to the current config HashMap