Skip to content

Commit 21e9db6

Browse files
authored
Merge pull request #20276 from gromgit/bundle/local-global
bundle: --file and --global should conflict
2 parents f5f64ce + 464e857 commit 21e9db6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Library/Homebrew/cmd/bundle.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ class Bundle < AbstractCommand
127127
conflicts "--all", "--no-vscode"
128128
conflicts "--vscode", "--no-vscode"
129129
conflicts "--install", "--upgrade"
130+
conflicts "--file=", "--global"
130131

131132
named_args %w[install dump cleanup check exec list sh env edit]
132133
end

0 commit comments

Comments
 (0)