Closed rmg closed 6 years ago
@dickeyxxx do you have any objections to this change in behaviour?
Sorry for the delay, @rmg, but this seems great to me! Thank you for knocking out. =)
One argument for a more advanced solution might be that if I run nf
to pipe something somewhere to be re-used by another program. Imagine this: nf run browserify index.js > build.js
.
build.js
currently would throw an exception because foreman prints status messages into it...
This currently requires me to add another .env
handling package on top of foreman...
yeah I don't see any need to have this warning
Rather than adding CLI flags and introducing log levels, this seems like the simplest way to address #95.