From 602b0dd0827ea9b23e8635224ea69f531d3dc92a Mon Sep 17 00:00:00 2001 From: alessio Date: Sun, 18 Sep 2016 13:57:14 +0200 Subject: [PATCH] updated, no-server flag informations --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f35158..1bc6aa6 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,13 @@ A Go build system with file watchers, output streams and live reload. Run, build ``` --name="Project Name" -> Name, if not specified takes the working directory name - --path="server" -> Base Path, if not specified takes the working directory name + --path="server" -> Custom Path, if not specified takes the working directory name --build -> Enables the build --test -> Enables the tests --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) + --no-server -> Disables the web panel (port :5000) ``` Examples: @@ -106,12 +107,14 @@ A Go build system with file watchers, output streams and live reload. Run, build The fast command supports the following custom parameters: ``` + --path="server" -> Custom Path, if not specified takes the working directory name --build -> Enables the build --test -> Enables the tests + --config -> Take the defined settings if exist a config file --no-bin -> Disables the installation --no-run -> Disables the run --no-fmt -> Disables the fmt (go fmt) - --config -> Take the defined settings if exist a config file + --no-server -> Disables the web panel (port :5000) ``` The "fast" command supports addittional arguments as the "add" command.