pub fn add_config( config: &mut HashMap<String, HashMap<String, String>>, new_config_file: &Path, ) -> Result<()>
Load an ini config file and merge it to the current config HashMap