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

Adding new functions bool and getenv #10

Merged
merged 1 commit into from
Feb 20, 2016
Merged

Conversation

hairyhenderson
Copy link
Owner

Two new functions:

  • getenv - a more forgiving way to get an environment variable
  • bool - converts a string into a boolean

Also enabled multi-line templates by reading the entire input before
applying the template, instead of applying the template one line at a
time.

Signed-off-by: Dave Henderson dhenderson@gmail.com

Two new functions:
- `getenv` - a more forgiving way to get an environment variable
- `bool` - converts a string into a boolean

Also enabled multi-line templates by reading the entire input before
applying the template, instead of applying the template one line at a
time.

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
hairyhenderson added a commit that referenced this pull request Feb 20, 2016
Adding new functions `bool` and `getenv`
@hairyhenderson hairyhenderson merged commit f93cf16 into master Feb 20, 2016
@hairyhenderson hairyhenderson deleted the new-functions branch February 20, 2016 23:07
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