Closed gustavohenke closed 3 months ago
Thanks for the feature! Can't wait to try it
When can we expect a new release with this?
Hey! I had been working on a few other breaking changes - just shipped it as a major version. Check out the release notes: https://github.com/open-cli-tools/concurrently/releases/tag/v9.0.0
Thanks!
Introduces a
--teardown
flag to pass commands that execute when every input command exits.As you can see, teardown commands have no prefixing.
The flag can also be specified multiple times:
Teardown commands also don't affect concurrently's exit code (unless it fails to spawn):
Closes #472