Changed flags to an more friendly syntax

This commit is contained in:
Daniele Conventi 2016-08-23 15:33:20 +02:00
parent 901ea5a454
commit f9e04069c1

View File

@ -46,9 +46,9 @@ A Golang build system with file watchers, output streams and live reload. Run, b
The add command supports the following custom parameters: The add command supports the following custom parameters:
``` ```
--name="Project Name" -> Name, if not specified takes the working directory name --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" -> Base Path, if not specified takes the working directory name
--build -> Enables the build --build -> Enables the build
--no-bin -> Disables the installation --no-bin -> Disables the installation
--no-run -> Disables the run --no-run -> Disables the run
--no-fmt -> Disables the fmt (go fmt) --no-fmt -> Disables the fmt (go fmt)
@ -95,11 +95,11 @@ A Golang build system with file watchers, output streams and live reload. Run, b
The fast command supports the following custom parameters: The fast command supports the following custom parameters:
``` ```
--build -> Enables the build --build -> Enables the build
--no-bin -> Disables the installation --no-bin -> Disables the installation
--no-run -> Disables the run --no-run -> Disables the run
--no-fmt -> Disables the fmt (go fmt) --no-fmt -> Disables the fmt (go fmt)
--config -> Take the defined settings if exist a config file --config -> Take the defined settings if exist a config file
``` ```
#### Config file example #### Config file example