should not be clear screen when exeuting plugin (#2313)
parent
2d8fb99993
commit
3fc80f1005
|
|
@ -137,7 +137,6 @@ func pluginAction(r Runner, p config.Plugin) ui.ActionHandler {
|
||||||
|
|
||||||
cb := func() {
|
cb := func() {
|
||||||
opts := shellOpts{
|
opts := shellOpts{
|
||||||
clear: true,
|
|
||||||
binary: p.Command,
|
binary: p.Command,
|
||||||
background: p.Background,
|
background: p.Background,
|
||||||
pipes: p.Pipes,
|
pipes: p.Pipes,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue