pub fn parse_env_var(input: &str) -> Result<EnvVar, String>
Parse a KEY=VALUE string into an EnvVar.
KEY=VALUE
EnvVar