Skip to content

Commit

Permalink
Generate and install shell completions
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Hazem Abbas <[email protected]>
  • Loading branch information
CVirus committed Oct 5, 2024
1 parent 5ab09d6 commit b0fb9c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
install: |
libexec.install Dir["*"]
bin.install_symlink libexec/"localstack"
generate_completions_from_executable(bin/"localstack", "completion")
# Custom test command for your formula so you can run `brew test`.
# Optional - string
Expand All @@ -60,4 +61,4 @@ jobs:
target_darwin_amd64: true
target_darwin_arm64: true
target_linux_amd64: true
target_linux_arm64: true
target_linux_arm64: true

0 comments on commit b0fb9c7

Please sign in to comment.