-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Environment variable handling in a crossplatform way #262
Comments
whats so horrific about |
Keen to hear more thoughts. I'm not too strong either way. |
That I need 2 packages (and their zillions of dependencies) just to run 2 executables in parallel properly.
Yep, that would be great, for example:
|
Though |
this works already
possible solutions
|
I'd prefer 2nd option, the 3rd and 4th could likely break or produce unintended behavior. |
we can implement both 2 and 3 with backward compatibility (default is |
|
I'd be open to see a PR for this, but i prefer to see it implemented initially via a Parsing env vars from each input is probably too much at this stage and requires a lot more thought. Interleaving commands and flags should probably also be out of the initial scope, e.g. |
are you open to a PR that lets us pass a |
Environment variables are passed differently in Windows and unix systems, so we cannot write scripts easily that run on both platforms. It would be very nice if concurrently would include such functionality, so we don't need to write horrors like
The text was updated successfully, but these errors were encountered: