amber/env
Values
pub fn delete(key: String) -> Result(Nil, error.Error)
Deletes an environment variable. Mutates the process environment.
pub fn set(
key: String,
value: String,
) -> Result(Nil, error.Error)
Sets the value of an environment variable. Mutates the process environment.