pub(crate) fn parse_config( raw_config: &str, enabled_pairs: &Option<Vec<String>>, ) -> Result<Config>
Parse a given file as a configuration file.