pub fn format_env_assignment(key: &str, value: &str) -> String
One dotenv assignment line: KEY="value" (no trailing newline).
KEY="value"