Fix remote_control_script not working in a kitty instance run from inside another kitty instance

This commit is contained in:
Kovid Goyal
2026-07-06 09:08:43 +05:30
parent c1660a4e83
commit d5cac0100e
3 changed files with 4 additions and 1 deletions

View File

@@ -53,8 +53,8 @@ func shm_entry_point(root *cli.Command) {
return test_integration_with_python(args)
},
})
}
func EntryPoint(root *cli.Command) {
root = root.AddSubCommand(&cli.Command{
Name: "__pytest__",