open-cli-tools / open-cli-tools/concurrently

show which commands failed at end of output

Open
#308 6 comments 7 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.