open-cli-tools / open-cli-tools/concurrently
show which commands failed at end of output
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.9k
- Forks
- 281
- Avg merge
- 17h 12m
- Merged PRs (30d)
- 1
Description
Currently the exit code for a command is output inline with the output for that command. However this can make it hard to tell which command failed especially if the failing command finishes early and its output is buried by the other commands that didn't fail. It would be helpful if the all the exit codes were output only once all commands have exited.
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
No file or test is named in the issue. Start by tracing the TypeScript CLI's command-output and exit-code handling, then identify where all concurrent commands are known to have exited. Done means exit codes are reported together at the end rather than inline with each command's output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100