pub fn interpolate_string(s: &str) -> Result<String, Error>
Interpolates a string by replacing environment variables.
If an environment variable is referenced but not set, returns Error::EnvVarNotFound.
Error::EnvVarNotFound