Skip to content

Commit

Permalink
whalebrew: add shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Aug 29, 2022
1 parent b354eba commit ab25043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/whalebrew.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ class Whalebrew < Formula
depends_on "go" => :build

def install
system "go", "build", *std_go_args
system "go", "build", *std_go_args(ldflags: "-s -w")

generate_completions_from_executable(bin/"whalebrew", "completion")
end

test do
Expand Down

0 comments on commit ab25043

Please sign in to comment.