Feature Request: allow flags to be passed through to the npm script
fiznool opened this issue · 2 comments
fiznool commented
Oftentimes I like to run scripts with the --silent
flag to suppress the npm output when an error occurs, e.g. npm run specs --silent
.
It would be nice if we could somehow pass through these flags from ntl.
mischah commented
Should this be done by allowing something like:
ntl --descriptions -- --silent
This is the concept how one can pass options to commands used in npm scripts like described here.
ruyadorno commented
yep 👍ideally yes