mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
DRYer
This commit is contained in:
@@ -59,7 +59,7 @@ func run_CMD_NAME(cmd *cobra.Command, args []string) (err error) {
|
||||
if err == nil {
|
||||
timeout = rt
|
||||
}
|
||||
err = send_rc_command(rc, timeout, STRING_RESPONSE_IS_ERROR)
|
||||
err = send_rc_command(cmd, rc, timeout, STRING_RESPONSE_IS_ERROR)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user