<!-- Have you read AutolabJS' Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/AutolabJS/autolabcli/blob/master/CODE_OF_CONDUCT.md --> ### Description Use of invalid commands exits the prompt with no output to the stdout. ### Steps to Reproduce For example `autolabjs prefs changeserver --type github` exits promptly with no output. (`github` is not a valid server) **Expected behavior:** A proper error message to the stdout. **Actual behavior:** No error message is put to the stdout currently