Skip to content

Commit b859f7f

Browse files
committed
cloud-sql-proxy: add shell completion
1 parent 6ade748 commit b859f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/c/cloud-sql-proxy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class CloudSqlProxy < Formula
1919

2020
def install
2121
system "go", "build", *std_go_args(ldflags: "-s -w")
22+
generate_completions_from_executable(bin/"cloud-sql-proxy", "completion", shells: [:bash, :zsh, :fish, :pwsh])
2223
end
2324

2425
test do

0 commit comments

Comments
 (0)