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

Allow for env variables to be non-escaped #20

Open
WeetHet opened this issue Jul 21, 2024 · 1 comment
Open

Allow for env variables to be non-escaped #20

WeetHet opened this issue Jul 21, 2024 · 1 comment

Comments

@WeetHet
Copy link

WeetHet commented Jul 21, 2024

I'm trying to use $HOME in env, and have no idea how to make it expand to my actual home. Is there a way to do so now, and if not, can it be added?

@viperML
Copy link
Owner

viperML commented Jul 22, 2024

@nrabulinski did the scaping code for env variables. I'm not a fan of letting users put arbitrary bash code either.

But you can always use extraWrapperFlags which is not escaped:

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