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 590b41b commit 7cd31e8Copy full SHA for 7cd31e8
Formula/y/yutu.rb
@@ -27,6 +27,8 @@ def install
27
-X #{mod}.Commit=#{Utils.git_short_head(length: 7)}
28
-X #{mod}.CommitDate=#{time.iso8601}]
29
system "go", "build", *std_go_args(ldflags:), "."
30
+
31
+ generate_completions_from_executable(bin/"yutu", "completion", shells: [:bash, :zsh, :fish, :pwsh])
32
end
33
34
test do
0 commit comments