gulp-multi-process
gulp-multi-process copied to clipboard
Non-boolean command line arguments not correctly passed to child processes
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
agree, having this problem too.