open-cli-tools / open-cli-tools/concurrently
Make --kill-others take a comma-separated list
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
This could be used so that only some prosesses kill others when exiting. Example: closing an UI window kills a server, but the server exiting doesn't kill the UI in case the server can be restarted. This could use the same syntax as the --prefix-colors.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the --kill-others option and comparing its parsing with the --prefix-colors syntax. Confirm how process exit relationships are represented, then verify that a comma-separated list supports selective termination while preserving existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100