We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3dd2b commit 4e4ff05Copy full SHA for 4e4ff05
Formula/s/skate.rb
@@ -22,6 +22,8 @@ class Skate < Formula
22
def install
23
ldflags = "-s -w -X main.Version=#{version}"
24
system "go", "build", *std_go_args(ldflags:)
25
+
26
+ generate_completions_from_executable(bin/"skate", "completion")
27
end
28
29
test do
0 commit comments