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

Support for jinja variable formating #93

Closed
mwaaas opened this issue Feb 23, 2018 · 1 comment
Closed

Support for jinja variable formating #93

mwaaas opened this issue Feb 23, 2018 · 1 comment

Comments

@mwaaas
Copy link

mwaaas commented Feb 23, 2018

Eg.

b=foo
a={{b}}/bar

this should result in:

b=foo
a=foo/bar

@thedrow Let me know if you think its a good idea, I can work on it

@theskumar
Copy link
Owner

theskumar commented Feb 23, 2018

@mwaaas it probably not a good idea, right now this project support postfix expansion, which you can use to do what you are trying to do here:

b=foo
a=${b}/bar

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

No branches or pull requests

2 participants