Skip to content

Commit

Permalink
add install step to auto-add shell completion files
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 15, 2023
1 parent edaf3eb commit 84a82c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ brews:
folder: Formula
homepage: "https://github.com/leancodepl/poe2arb"
description: "POEditor JSON to Flutter ARB converter."
install: |
bin.install "poe2arb"
generate_completions_from_executable(bin/"poe2arb", "completion")

0 comments on commit 84a82c7

Please sign in to comment.