From d1391771582cc5bae5d773900695431ba0dd6269 Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 17 Oct 2016 12:28:12 +0200 Subject: [PATCH] open params --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 821880e..b4b93b0 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A Go build system with file watchers, output streams and live reload. Run, build --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) --no-server -> Disables the web panel (port :5000) + --open -> Open the web panel in a new browser window ``` Examples: @@ -125,6 +126,7 @@ A Go build system with file watchers, output streams and live reload. Run, build --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) --no-server -> Disables the web panel (port :5000) + --open -> Open the web panel in a new browser window ``` The "fast" command supports addittional arguments as the "add" command. @@ -181,6 +183,8 @@ A Go build system with file watchers, output streams and live reload. Run, build ##### v1.2 - [ ] Windows support - [ ] Go generate support +- [ ] Web panel - watched file +- [ ] Web panel - edit settings #### Contacts