should not be clear screen when exeuting plugin (#2313)

mine
Jayson Wang 2023-11-24 23:21:56 +08:00 committed by GitHub
parent 2d8fb99993
commit 3fc80f1005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -137,7 +137,6 @@ func pluginAction(r Runner, p config.Plugin) ui.ActionHandler {
cb := func() {
opts := shellOpts{
clear: true,
binary: p.Command,
background: p.Background,
pipes: p.Pipes,