Add flag --skip-open/-s to skip browser opening on start, closes #50

This commit is contained in:
Dan Sosedoff
2014-10-30 18:27:37 -05:00
parent f62d47f856
commit c6f0b4d1bc
2 changed files with 6 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ Application Options:
--listen= HTTP server listen port (8080)
--auth-user= HTTP basic auth user
--auth-pass= HTTP basic auth password
-s, --skip-open Skip browser open on start
```
## Compile from source