Skip to content

Commit

Permalink
minio-warp: add completion support
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Dec 4, 2024
1 parent eda4900 commit 7786878
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/m/minio-warp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def install
]

system "go", "build", *std_go_args(ldflags:, output: bin/"warp")

generate_completions_from_executable(bin/"warp", "--autocompletion", base_name: "warp")
end

test do
Expand Down

0 comments on commit 7786878

Please sign in to comment.