You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. This is an interesting take on the problem of handling several long running command at once, and one I'd be happy to integrate into concurrently.
There was some discussion before around the same issue, see #247 / #248.
I can work on a PR if you like the idea
I feel like this task would be large, but I haven't tried tackling it myself. Maybe it's not.
If it turns out actually large, I'd break it up in several PRs.
There certainly are UX considerations to be made which we should discuss, but they can probably be made in each PR.
and an —interactive option
I'm not sure i'm onboard with this flag name, it sounds like --handle-input should've been called, tbh.
Maybe --ui? Not sure either.
Turborepo has a really cool UI to see tasks logs separately for each task, here is a video: https://turbo.build/blog/turbo-2-0#new-terminal-ui
the use case is to be able to read logs for each task separately and remove prefixes, the user can select which task they want to see the logs for.
I can work on a PR if you like the idea, it would mean adding the blessed npm dependency and an —interactive option
The text was updated successfully, but these errors were encountered: