pub fn env_vars(command: &str) -> Vec<(String, String)>
Extract leading KEY=VALUE pairs from a command string.