npm-link-up
npm-link-up copied to clipboard
add command line option to ignore missing config
if nlu run is run on a project w/o an .nlu.json it's basically a no-op. Currently it exits with code 1. But perhaps if we use
nlu run --ignore-missing-config
then there will be less stderr if there is no config and will exit with 0.