We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One option to add this directly into toolbx upstream is to split the logic into a library that is pulled by toolbx and kept here for this binary.
The text was updated successfully, but these errors were encountered:
Where would this "split" be? I reckon you'd want the whole of runCommandSync into the library, is that correct?
runCommandSync
host-spawn/main.go
Line 160 in 6fb65d0
Sorry, something went wrong.
I'm not really sure. We might need to ask toolbx maintainers if and how they want to do it.
Clarify that by default we only pass through the TERM variable
ddefc3c
Also, refactor the environment variable logic to keep the core function `runCommandSync` as freestanding as possible, in preparation for #10
Are the toolbx maintainers still interested in integrating this?
No branches or pull requests
One option to add this directly into toolbx upstream is to split the logic into a library that is pulled by toolbx and kept here for this binary.
The text was updated successfully, but these errors were encountered: