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-01-06 09:35:16 +00:00
2013-12-05 09:45:53 +00:00
2015-10-19 12:27:53 +01:00