doc fixed

This commit is contained in:
alessio 2017-06-19 13:35:30 +02:00
parent 26a829a66c
commit bccfaca01d
1 changed files with 6 additions and 4 deletions

View File

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