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

First release #2

Merged
merged 5 commits into from
Sep 18, 2018
Merged

First release #2

merged 5 commits into from
Sep 18, 2018

Conversation

pwr22
Copy link
Owner

@pwr22 pwr22 commented Sep 18, 2018

Runs commands in parallel, level of -parallelism can be changed. It prints out all combined stdout / stderr once a command finishes whether it succeeds or not

If an error occurs with any of the commands it stops any still running. This is buggy right now as new commands will continue to be spawned and then it will have to wait for them all to finish. This is easily triggered when setting -parallelism to something less than the total number of commands

Works on windows and linux

@pwr22 pwr22 added the enhancement New feature or request label Sep 18, 2018
@pwr22 pwr22 added this to the v0.0.1 milestone Sep 18, 2018
@pwr22 pwr22 self-assigned this Sep 18, 2018
@pwr22 pwr22 merged commit 1454797 into master Sep 18, 2018
@pwr22 pwr22 deleted the first-release branch September 18, 2018 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant