Skip to content

--hide param doesn't work with --raw output #394

@topkat

Description

@topkat

I have tried:

concurrently --kill-others "npm run build:watch" "npm run start:pm2" -r --hide "0"
# OR 
concurrently --kill-others "npm run build:watch" "npm run start:pm2" -r --hide 0

But hiding works only when I remove the -r (raw) param.

Sorry if this is intended behavior.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions