Skip to content

Wildcard option doesn't seem to follow README #312

@TigersWay

Description

@TigersWay

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions