Closed
Description
When I run tasks in parallel, I will see a mix of stdout of those tasks.
So labels would be useful to indicate that each line has outputted from which tasks.
$ npm-run-all --labeled-output --parallel task1 task2
[task1] hello
[task1] world
[task2] hey
[task1] !!
[task2] everyone.
This feature should be an option since it modifies the outputs of tasks.