pub fn replace_args( args: impl IntoIterator<Item = String>, substitutions: &HashMap<&str, &str>, ) -> Vec<String>