mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
DRYer
This commit is contained in:
17
tools/cmd/tool/main.go
Normal file
17
tools/cmd/tool/main.go
Normal file
@@ -0,0 +1,17 @@
|
||||
// License: GPLv3 Copyright: 2022, Kovid Goyal, <kovid at kovidgoyal.net>
|
||||
|
||||
package tool
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"kitty/tools/cli"
|
||||
"kitty/tools/cmd/at"
|
||||
)
|
||||
|
||||
var _ = fmt.Print
|
||||
|
||||
func KittyToolEntryPoints(root *cli.Command) {
|
||||
// @
|
||||
at.EntryPoint(root)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user