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{"/"},
|
||||
Ignore: []string{"vendor"},
|
||||
Exts: []string{".go"},
|
||||
Preview: false,
|
||||
},
|
||||
Cli: Cli{
|
||||
Streams: true,
|
||||
|
|
Loading…
Reference in New Issue