We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab09d6 commit 8348369Copy full SHA for 8348369
.github/workflows/homebrew.yml
@@ -45,6 +45,7 @@ jobs:
45
install: |
46
libexec.install Dir["*"]
47
bin.install_symlink libexec/"localstack"
48
+ generate_completions_from_executable(bin/"localstack", "completion")
49
50
# Custom test command for your formula so you can run `brew test`.
51
# Optional - string
@@ -60,4 +61,4 @@ jobs:
60
61
target_darwin_amd64: true
62
target_darwin_arm64: true
63
target_linux_amd64: true
- target_linux_arm64: true
64
+ target_linux_arm64: true
0 commit comments