pub fn getenv_nonempty(key: &str) -> Option<String>
Convenience getenv — returns None for both unset and empty.
None