mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Get rid of os.Exit() from ExecAndHoldTillEnter
This commit is contained in:
@@ -107,8 +107,7 @@ func KittyToolEntryPoints(root *cli.Command) {
|
||||
Hidden: true,
|
||||
OnlyArgsAllowed: true,
|
||||
Run: func(cmd *cli.Command, args []string) (rc int, err error) {
|
||||
tui.ExecAndHoldTillEnter(args)
|
||||
return
|
||||
return tui.ExecAndHoldTillEnter(args)
|
||||
},
|
||||
})
|
||||
// __shebang__
|
||||
|
||||
Reference in New Issue
Block a user