syncpack icon indicating copy to clipboard operation
syncpack copied to clipboard

Handle unquoted sources

Open JamieMason opened this issue 3 years ago • 0 comments
trafficstars

Description

Detect and handle when --source options are given unquoted globs (--source packages/*/package.json vs --source 'packages/*/package.json')

Related to https://github.com/JamieMason/syncpack/issues/66#issuecomment-1146011769.

Suggested Solution

A node.js script containing console.log(process.argv) show what's received when passing quoted and unquoted globs.

JamieMason avatar Jun 04 '22 01:06 JamieMason