pub fn get(key: &str) -> Option<String>
Read a string environment variable.
Returns None when the variable is not set or cannot be represented as Unicode.
None