Start work on the notify kitten

This commit is contained in:
Kovid Goyal
2024-07-28 20:41:01 +05:30
parent eca487d15f
commit 5c1af0fcb1
5 changed files with 52 additions and 2 deletions

View File

@@ -466,7 +466,7 @@ def generate_extra_cli_parser(name: str, spec: str) -> None:
def kitten_clis() -> None:
from kittens.runner import get_kitten_conf_docs, get_kitten_extra_cli_parsers
for kitten in wrapped_kittens() + ('pager',):
for kitten in wrapped_kittens() + ('pager', 'notify',):
defn = get_kitten_conf_docs(kitten)
if defn is not None:
generate_conf_parser(kitten, defn)