We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a00d commit 979e81fCopy full SHA for 979e81f
1 file changed
Formula/stackit.rb
@@ -16,6 +16,8 @@ class Stackit < Formula
16
17
def install
18
bin.install "stackit"
19
+
20
+ generate_completions_from_executable(bin/"stackit", "completion")
21
end
22
23
if Hardware::CPU.arm?
@@ -24,6 +26,8 @@ def install
24
26
25
27
28
29
30
31
32
33
@@ -36,6 +40,8 @@ def install
36
40
37
41
38
42
43
44
39
45
46
47
@@ -46,6 +52,8 @@ def install
52
53
48
54
55
56
49
57
50
58
51
59
0 commit comments