Despite #212, it seems the wildcard option still (v7.x) doesn't get `name` right, > concurrently "npm:watch-*" > > Equivalent to: > concurrently -n js,css,node "npm run watch-js" "npm run watch-css" "npm run watch-node" but gives now: `concurrently -n watch-*js,watch-*css,watch-*node "npm run watch-js" "npm run watch-css" "npm run watch-node"` Something I understood wrong or a recurring bug?