mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
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