Skip to content

--labeled-output option #23

Closed
Closed
@mysticatea

Description

@mysticatea

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions