pub fn parse_kv_arg<'a>( kv: &'a str, err: &mut InvalidOptionsError, for_hashmap: bool, ) -> (&'a str, Option<&'a str>)