You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@paescuj one you might like 😃
I don't remember why exactly we needed shell-quote. It's definitely causing this (it's right here). Was it to support expanding e.g. {@} when already wrapped in quotes?
Description:
Using
-P, --passthrough-arguments
leads to trailing slashes in argumentkey
on Windows (and stackblitz.com).On local Mac doesn't reproduce.
If adding only the
key
without value (e.g.yarn test --key
) doesn't reproduce as well.Expected Behavior:
Argument
key
should not have a trailing slash when specifying argument value.Environment:
concurrently v7.6.0
OS: Windows 10
Node v16.14.2
Reproduction:
stackblitz
in terminal type:
npm run test -- --key=value
oryarn test --key=value
See Images attached:
The text was updated successfully, but these errors were encountered: