mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Start work on width testing kitten
This commit is contained in:
@@ -122,6 +122,8 @@ func KittyToolEntryPoints(root *cli.Command) {
|
||||
images.ConvertEntryPoint(root)
|
||||
// __atexit__
|
||||
atexit.EntryPoint(root)
|
||||
// __width_test__
|
||||
cli.WcswidthKittenEntryPoint(root)
|
||||
// __generate_man_pages__
|
||||
root.AddSubCommand(&cli.Command{
|
||||
Name: "__generate_man_pages__",
|
||||
|
||||
Reference in New Issue
Block a user