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 $ substitution #16

Closed
nateybear opened this issue Jan 25, 2024 · 1 comment
Closed

Add $ substitution #16

nateybear opened this issue Jan 25, 2024 · 1 comment

Comments

@nateybear
Copy link

It would be nice for me to have $ substitution like bash in evaluating env variables. For example,

DATA_PATH=$WORK/data

I think expected behavior would be to evaluate WORK in the current environment and substitute it into the string.

I’m happy to add a pull request and tests when I have time.

@tecosaur
Copy link
Owner

Implemented in dd18596 🙂

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