mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Closes #418 Closes #419 This version will handle quoted entities in the exec string or escaped spaces correctly, so the user can run: --exec '"/bin/my cool app" {{filename}}' Or --exec '/bin/my\ cool\ app {{filename}}' This will work both on the command line and from the API.