New command line arguments: * [x] `--cwd=DIR` -- changes the current process directory to another one *before* other command line arguments have been processed * [x] `--dir=DIR` -- Use this directory as a default for detecting configuration files. Defaults to CWD. * [x] `--options=FILE` -- loads CLI configuration from this file, and the configuration properties are same as command line options * [x] If the FILE is a directory and `DIR/norjs.json` exists, use it. * [x] `--config=FILE` -- loads app configuration from this file * [x] If the FILE is a directory and `DIR/app.json` exists, use it. * [x] `norjs run ./path/to/app` should also work and initialize it with `--dir=FILE` instead of `--config=FILE`
New command line arguments:
--cwd=DIR-- changes the current process directory to another one before other command line arguments have been processed--dir=DIR-- Use this directory as a default for detecting configuration files. Defaults to CWD.--options=FILE-- loads CLI configuration from this file, and the configuration properties are same as command line optionsDIR/norjs.jsonexists, use it.--config=FILE-- loads app configuration from this fileDIR/app.jsonexists, use it.norjs run ./path/to/appshould also work and initialize it with--dir=FILEinstead of--config=FILE