preview disabled by default

This commit is contained in:
alessio 2016-11-20 18:38:42 +01:00
parent 08a3cc76d1
commit aed3510605
1 changed files with 4 additions and 3 deletions

View File

@ -36,9 +36,10 @@ func (h *Blueprint) Add(p *cli.Context) error {
Test: p.Bool("test"), Test: p.Bool("test"),
Params: argsParam(p), Params: argsParam(p),
Watcher: Watcher{ Watcher: Watcher{
Paths: []string{"/"}, Paths: []string{"/"},
Ignore: []string{"vendor"}, Ignore: []string{"vendor"},
Exts: []string{".go"}, Exts: []string{".go"},
Preview: false,
}, },
Cli: Cli{ Cli: Cli{
Streams: true, Streams: true,