fn env_nonempty(key: &str) -> Option<String>
Read and trim an environment variable, returning None when unset or empty.
None