mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Start work on a command to self update kitty-tool
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"fmt"
|
||||
"kitty/tools/cli"
|
||||
"kitty/tools/cmd/at"
|
||||
"kitty/tools/cmd/update_self"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
@@ -13,5 +14,6 @@ var _ = fmt.Print
|
||||
func KittyToolEntryPoints(root *cli.Command) {
|
||||
// @
|
||||
at.EntryPoint(root)
|
||||
|
||||
// update-self
|
||||
update_self.EntryPoint(root)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user