Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add env_var(key) and env_var_or_default(key, default) functions #280

Merged
merged 3 commits into from
Dec 2, 2017
Merged

Conversation

casey
Copy link
Owner

@casey casey commented Dec 2, 2017

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.

Fixes #264 and #245

@casey casey merged commit 79c0994 into master Dec 2, 2017
@casey casey deleted the env branch December 2, 2017 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant