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

better string interpolation support scoping. #5

Merged
merged 4 commits into from
Jul 2, 2014
Merged

Conversation

yihuang
Copy link
Contributor

@yihuang yihuang commented Feb 10, 2012

This feature can make config file more clean, the follow is an example config file for angel :

root = "$(HOME)/services"
myprogram {
        name = "myprogram"
        root = "$(root)/$(name)"
        exec = "$(root)/$(name)"
        stdout = "$(root)/stdout"
        stderr = "$(root)/stderr"
        delay = 1
}

yihuang added a commit to yihuang/configurator that referenced this pull request Feb 10, 2012
@bos bos merged commit 55c8d28 into bos:master Jul 2, 2014
@bos
Copy link
Owner

bos commented Jul 2, 2014

Thanks!

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.

2 participants