Closed foxx closed 9 years ago
Currently nodemon will execute the -x commands when it is first ran. This is undesirable in some cases, and I'd like to propose a new flag to prevent this, perhaps --no-first-run. Thoughts?
-x
--no-first-run
What does that flag do? Didn't see it in nodemon docs after a search. Feel free to make a PR.
Sorry, this is so embarrassing, I raised this issue on the wrong repo!!
Currently nodemon will execute the
-x
commands when it is first ran. This is undesirable in some cases, and I'd like to propose a new flag to prevent this, perhaps--no-first-run
. Thoughts?