Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Formula/stackit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand All @@ -24,6 +26,8 @@ def install

def install
bin.install "stackit"

generate_completions_from_executable(bin/"stackit", "completion")
end
end
end
Expand All @@ -36,6 +40,8 @@ def install

def install
bin.install "stackit"

generate_completions_from_executable(bin/"stackit", "completion")
end
end
end
Expand All @@ -46,6 +52,8 @@ def install

def install
bin.install "stackit"

generate_completions_from_executable(bin/"stackit", "completion")
end
end
end
Expand Down