8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570fd66 commit e9aa237Copy full SHA for e9aa237
.goreleaser.yml
@@ -99,6 +99,11 @@ brews:
99
goarm: "6"
100
homepage: https://symfony.com
101
description: Symfony CLI helps Symfony developers manage projects, from local code to remote infrastructure
102
+ caveats: |-
103
104
+ if command -v symfony &>/dev/null; then
105
+ eval "$(symfony completion)"
106
+ fi
107
license: AGPL-3.0
108
test: |
109
system "#{bin}/symfony version"
0 commit comments