Updating env and option, now using --install-ask
This commit is contained in:
parent
bbd8aeb80f
commit
f3c2d27cd0
@ -48,8 +48,8 @@ module Homebrew
|
||||
"trying any other/default URLs.",
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_ASK: {
|
||||
description: "If set, pass `--ask`to all formula install commands.",
|
||||
HOMEBREW_INSTALL_ASK: {
|
||||
description: "If set, pass `--install-ask`to all formula install commands.",
|
||||
boolean: true,
|
||||
},
|
||||
HOMEBREW_AUTO_UPDATE_SECS: {
|
||||
|
||||
@ -317,6 +317,6 @@ module Homebrew::EnvConfig
|
||||
def verify_attestations?; end
|
||||
|
||||
sig { returns(T::Boolean) }
|
||||
def ask?; end
|
||||
def install_ask?; end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user