8000 Show autocomplete instructions when installing via Homebrew · symfony-cli/symfony-cli@e9aa237 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9aa237

Browse files
committed
Show autocomplete instructions when installing via Homebrew
1 parent 570fd66 commit e9aa237

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ brews:
9999
goarm: "6"
100100
homepage: https://symfony.com
101101
description: Symfony CLI helps Symfony developers manage projects, from local code to remote infrastructure
102+
caveats: |-
103+
To install shell completions, add this to your profile:
104+
if command -v symfony &>/dev/null; then
105+
eval "$(symfony completion)"
106+
fi
102107
license: AGPL-3.0
103108
test: |
104109
system "#{bin}/symfony version"

0 commit comments

Comments
 (0)
0