preview disabled by default
This commit is contained in:
parent
08a3cc76d1
commit
aed3510605
|
@ -39,6 +39,7 @@ func (h *Blueprint) Add(p *cli.Context) error {
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue