feat: zsh completions

This commit is contained in:
2026-04-01 12:34:54 +02:00
parent 00f4bbb5f0
commit b29a5274e1
5 changed files with 31 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ class Kewt < Formula
def install
bin.install "kewt"
generate_completions_from_executable(bin/"kewt", "--dump-zsh-completions", shells: [:zsh])
end
test do