cli fast and flags

This commit is contained in:
alessio 2016-08-21 23:35:13 +02:00
parent 297e867d52
commit 5db56eff23
1 changed files with 12 additions and 1 deletions

View File

@ -88,9 +88,20 @@ A Golang build system with file watchers, output streams and live reload. Run, b
Fast run launches a project from his working directory without a config file
```
$ realize run --fast
$ realize fast
```
You can use many additional parameters with this command
```
--build -> Go build, if not specified takes "false"
--bin -> Go intall, if not specified takes "true"
--run -> Go run, if not specified takes "true"
--fmt -> Go fmt, if not specified takes "true"
--config -> If there is a config file with a project for the current directory take that configuration
```
![Preview](http://i.imgur.com/QNXu979.png)