air icon indicating copy to clipboard operation
air copied to clipboard

add support for environment files

Open mpldr opened this issue 1 month ago • 9 comments

At times, it is necessary or at least easier to set environment variables using a file.

Add a function that augments the environment of the spawned process with the provided variables.

Tested to work on Linux. Not sure on how to write a test for it without either passing in the content as a reader or basically testing stdlib IO functions.

mpldr avatar Jun 02 '24 10:06 mpldr