Skip to content

Commit 8348369

Browse files
authored
Generate and install shell completions (#29)
Signed-off-by: Mohamed Hazem Abbas <mohamed.abbas@thoughtworks.com>
1 parent 5ab09d6 commit 8348369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
install: |
4646
libexec.install Dir["*"]
4747
bin.install_symlink libexec/"localstack"
48+
generate_completions_from_executable(bin/"localstack", "completion")
4849
4950
# Custom test command for your formula so you can run `brew test`.
5051
# Optional - string
@@ -60,4 +61,4 @@ jobs:
6061
target_darwin_amd64: true
6162
target_darwin_arm64: true
6263
target_linux_amd64: true
63-
target_linux_arm64: true
64+
target_linux_arm64: true

0 commit comments

Comments
 (0)