Searched refs:pair (Results 1 – 1 of 1) sorted by relevance
235 let pair = args.get(0).unwrap().split('=').collect::<Vec<&str>>(); in shell_cmd_export() localVariable237 if pair.len() == 2 && !pair.contains(&"") { in shell_cmd_export()238 let name = pair.get(0).unwrap().to_string(); in shell_cmd_export()239 let value = pair.get(1).unwrap().to_string(); in shell_cmd_export()