Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require one argument for optional parameters
When an optional parameter like `-p` that requires an argument is used but an argument is not passed, this will cause the app to fail as expected instead of using a random value. For example, port was being set to 3000 instead of the default 5401. This hopefully addresses #145.
- Loading branch information