Please check the type of change your PR introduces:
- [x] Bugfix
## What is the current behavior?
Bad arguments result in process terminating with exit code 0.
This hides the error when executed from batch.
## What is the new behavior?
Exit with code 2
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
Pull request type
Please check the type of change your PR introduces: - [x] Bugfix ## What is the current behavior? Bad arguments result in process terminating with exit code 0. This hides the error when executed from batch. ## What is the new behavior? Exit with code 2 ## Does this introduce a breaking change? - [ ] Yes - [x] No