Files
Remy Sharp 5b0c322029 feat: feed args to exec when detecting script
Fixes #1263

The way it works:

- If the script is detected via index.js from the directory, or from the
package, then all the arguments on the CLI are shifted to execArgs

- If there was a double-dash on the CLI args, then only those before the
double-dash are given to execArgs and the rest remain passed to the
script
2018-02-27 00:26:51 +00:00
..
2018-02-15 21:57:30 +00:00