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

nlu run should work without .nlu.json file in CWD

Open ORESoftware opened this issue 5 years ago • 1 comments

if we have:

root/
   foo/ 
   bar/
   baz/

if we run nlu run in the root dir, it should search for .nlu.json files in all dirs, with depth 3 by default.

ORESoftware avatar Sep 20 '18 00:09 ORESoftware

for now it's

nlu run --umbrella --all

but that should be collapsed into one flag, the all flag is probably unnecessary

ORESoftware avatar Sep 20 '18 01:09 ORESoftware