For my current project, I needed a way to provide an environment var to the command I was running in Subprocess. Because the binary I'm executing is in my app bundle, certain env vars weren't available and my code wasn't working properly. This update provides public access to the reference implementation's Processenvironment property. My PR here includes a test to exercise the feature. Please let me know if I'm overlooking anything in applying this PR.
For my current project, I needed a way to provide an environment var to the command I was running in
Subprocess
. Because the binary I'm executing is in my app bundle, certain env vars weren't available and my code wasn't working properly. This update provides public access to the reference implementation'sProcess
environment
property. My PR here includes a test to exercise the feature. Please let me know if I'm overlooking anything in applying this PR.