npm-link-up icon indicating copy to clipboard operation
npm-link-up copied to clipboard

add command line option to ignore missing config

Open ORESoftware opened this issue 7 years ago • 0 comments

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.

ORESoftware avatar Sep 19 '18 20:09 ORESoftware