mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Better error message for kitty +
This commit is contained in:
@@ -125,6 +125,8 @@ def edit_config_file(args: List[str]) -> None:
|
||||
def namespaced(args: List[str]) -> None:
|
||||
try:
|
||||
func = namespaced_entry_points[args[1]]
|
||||
except IndexError:
|
||||
raise SystemExit('The kitty command line is incomplete')
|
||||
except KeyError:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user