-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Get commands/processes list OR How to kill some concurrently process from outside #209
Comments
Hi @SARFEX, |
An idea I have is to expand the returned value of the programmatic API to be something like this:
WDYT? This would be a major/breaking change then. |
@gustavohenke what about expanding the input handling functionality and adding ability to restart a process? E.g. |
This would be really useful for me. I'd be willing to help with this feature. We could potentially avoid a breaking change by adding a flag or a callback. But if the breaking change is too large, is there another tool like concurrently that can expose the pids? |
Happy new year! This is now out in |
Subj
Actually, I want to restart a single process by "killing" it, from the same place, where I have initiated concurrently.
How can I do this?
The text was updated successfully, but these errors were encountered: