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

@@ -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')