mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Port the show_error kitten to Go
This commit is contained in:
@@ -66,9 +66,6 @@ def generate_stub() -> None:
|
||||
from kittens.resize_window.main import OPTIONS
|
||||
do(OPTIONS(), 'ResizeCLIOptions')
|
||||
|
||||
from kittens.show_error.main import OPTIONS
|
||||
do(OPTIONS(), 'ErrorCLIOptions')
|
||||
|
||||
from kittens.unicode_input.main import OPTIONS
|
||||
do(OPTIONS(), 'UnicodeCLIOptions')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user