Port the show_error kitten to Go

This commit is contained in:
Kovid Goyal
2023-06-26 17:52:31 +05:30
parent da31d21ddb
commit 326b81a970
6 changed files with 134 additions and 77 deletions

View File

@@ -20,6 +20,7 @@ import (
"kitty/tools/cmd/edit_in_kitty"
"kitty/tools/cmd/pytest"
"kitty/tools/cmd/run_shell"
"kitty/tools/cmd/show_error"
"kitty/tools/cmd/update_self"
"kitty/tools/tui"
)
@@ -58,6 +59,8 @@ func KittyToolEntryPoints(root *cli.Command) {
themes.ParseEntryPoint(root)
// run-shell
run_shell.EntryPoint(root)
// show_error
show_error.EntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __hold_till_enter__