diff --git a/Formula/stackit.rb b/Formula/stackit.rb index a08f758..e152c19 100644 --- a/Formula/stackit.rb +++ b/Formula/stackit.rb @@ -16,6 +16,8 @@ class Stackit < Formula def install bin.install "stackit" + + generate_completions_from_executable(bin/"stackit", "completion") end end if Hardware::CPU.arm? @@ -24,6 +26,8 @@ def install def install bin.install "stackit" + + generate_completions_from_executable(bin/"stackit", "completion") end end end @@ -36,6 +40,8 @@ def install def install bin.install "stackit" + + generate_completions_from_executable(bin/"stackit", "completion") end end end @@ -46,6 +52,8 @@ def install def install bin.install "stackit" + + generate_completions_from_executable(bin/"stackit", "completion") end end end