Merge pull request #66 from tockins/dev

doc fixed
This commit is contained in:
Alessio Pracchia 2017-06-19 13:36:56 +02:00 committed by GitHub
commit 2aeeddbc15
1 changed files with 6 additions and 4 deletions

View File

@ -163,6 +163,8 @@ $ go get github.com/tockins/realize
status: true
build:
status: false
args:
- -race
run: true
args:
- --myarg
@ -183,10 +185,10 @@ $ go get github.com/tockins/realize
command: ./ls
changed: true
streams: // enable/disable streams
cli_out: true
file_out: false
file_log: false
file_err: false
cli_out: true
file_out: false
file_log: false
file_err: false
```