mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Wire up the new ssh kitten into the python ssh kitten tests
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
"kitty/tools/cli"
|
||||
"kitty/tools/cmd/ssh"
|
||||
"kitty/tools/utils/shm"
|
||||
)
|
||||
|
||||
@@ -17,4 +18,5 @@ func EntryPoint(root *cli.Command) {
|
||||
Hidden: true,
|
||||
})
|
||||
shm.TestEntryPoint(root)
|
||||
ssh.TestEntryPoint(root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user