gulp-multi-process icon indicating copy to clipboard operation
gulp-multi-process copied to clipboard

Non-boolean command line arguments not correctly passed to child processes

Open tristanhoy opened this issue 7 years ago • 1 comments

When using non-boolean command line arguments e.g. "--tag foo", it only passes the first component e.g. "--tag" to child processes.

https://github.com/juanfran/gulp-multi-process/blob/ea05bae3d408722765594327e1334a172c4b2a2f/index.js#L14-L18

yargs is probably the easiest way to handle all the parsing

tristanhoy avatar Nov 30 '18 21:11 tristanhoy

agree, having this problem too.

Jack-Works avatar Jul 23 '20 13:07 Jack-Works