Open ORESoftware opened 6 years ago
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.
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
then there will be less stderr if there is no config and will exit with 0.