Add new usage options to readme

This commit is contained in:
Christian Bundy 2019-08-13 14:59:05 -07:00
parent 5b115f5004
commit f03da5f4ec
No known key found for this signature in database
GPG Key ID: EB541AAEF4366237
1 changed files with 8 additions and 6 deletions

View File

@ -14,12 +14,14 @@ $ oasis --help
Usage: oasis [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--open automatically open app in web browser [boolean] [default: true]
--web-host hostname for web app to listen on [string] [default: "localhost"]
--web-port port for web app to listen on [number] [default: 3000]
--debug verbose output for debugging [boolean] [default: false]
--help Show help [boolean]
--version Show version number [boolean]
--open Automatically open app in web browser
[boolean] [default: true]
--host, --web-host Hostname for web app to listen on
[string] [default: "localhost"]
--port, --web-port Set port for web app to listen on [number] [default: 3000]
--debug Use verbose output for debugging[boolean] [default: false]
```
## Installation