concurrently icon indicating copy to clipboard operation
concurrently copied to clipboard

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

Open top-kat opened this issue 1 year ago • 4 comments

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.

top-kat avatar Nov 30 '22 17:11 top-kat