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 a command option to set environment variables #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pvsr
Copy link

@pvsr pvsr commented Jan 8, 2025

Adds SetEnvironment(List(#(String, String))) to CommandOpt, where the contents of the list are key-value pairs to set as environment variables in the child process. I tested across erlang, node, and deno.

@pvsr
Copy link
Author

pvsr commented Jan 12, 2025

I saw the CI failure and fixed the js formatting. I think it'll pass now 🤞

@pvsr pvsr force-pushed the env branch 2 times, most recently from cf6f224 to 3665b86 Compare January 14, 2025 04:00
@pvsr
Copy link
Author

pvsr commented Jan 14, 2025

I figured out how to run the CI in my fork and got the tests passing in the CI env, so now it should work for real 😅

@pvsr pvsr force-pushed the env branch 2 times, most recently from 4014884 to b84a35a Compare January 14, 2025 04:12
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