Merge pull request #20276 from gromgit/bundle/local-global

bundle: --file and --global should conflict
This commit is contained in:
Mike McQuaid 2025-07-18 14:15:00 +00:00 committed by GitHub
commit 21e9db69c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,6 +127,7 @@ module Homebrew
conflicts "--all", "--no-vscode"
conflicts "--vscode", "--no-vscode"
conflicts "--install", "--upgrade"
conflicts "--file=", "--global"
named_args %w[install dump cleanup check exec list sh env edit]
end