Expand description
Cross-platform environment variable utilities.
This module provides functions for safely accessing environment variables with proper error handling.
Functionsยง
- get_
env_ var - Returns the value of the environment variable for the given
key
. - get_
or_ env_ var - Returns the provided
value
ifSome
, otherwise falls back to reading the environment variable for the givenkey
.