Casey Rodarmor 79c0994387
Add env_var(key) and env_var_or_default(key, default) functions (#280)
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found.

`env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found.
2017-12-02 23:59:07 +01:00
..
2017-11-16 23:30:08 -08:00
2017-12-02 14:37:10 +01:00
2017-11-16 23:30:08 -08:00
2017-11-16 23:30:08 -08:00
2017-11-16 23:30:08 -08:00
2017-11-16 23:30:08 -08:00
2017-12-01 11:22:32 +01:00