pub fn var(name: String) -> Option<String>
Read an environment variable. If the environment variable is not set, this returns None.
None