Specified new custom params feature
This commit is contained in:
parent
fe78edcda4
commit
f95bbbe537
10
README.md
10
README.md
@ -93,6 +93,13 @@ A Go build system with file watchers, output streams and live reload. Run, build
|
|||||||
$ realize fast
|
$ realize fast
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want you can specify command flags and parameters
|
||||||
|
|
||||||
|
```
|
||||||
|
$ realize fast --flag1 param1
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
The fast command supports the following custom parameters:
|
The fast command supports the following custom parameters:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -124,6 +131,9 @@ A Go build system with file watchers, output streams and live reload. Run, build
|
|||||||
app_bin: true -> enable/disable go install
|
app_bin: true -> enable/disable go install
|
||||||
app_build: false -> enable/disable go build
|
app_build: false -> enable/disable go build
|
||||||
app_fmt: true -> enable/disable go fmt
|
app_fmt: true -> enable/disable go fmt
|
||||||
|
app_params:
|
||||||
|
- --flag1
|
||||||
|
- param1
|
||||||
app_watcher:
|
app_watcher:
|
||||||
preview: true -> prints the observed files on startup
|
preview: true -> prints the observed files on startup
|
||||||
paths: -> paths to observe for live reload
|
paths: -> paths to observe for live reload
|
||||||
|
Loading…
Reference in New Issue
Block a user