Adding the function ask to check if option is present
This commit is contained in:
parent
d74f503158
commit
e7e34c40f1
@ -166,4 +166,7 @@ class Homebrew::Cmd::InstallCmd::Args < Homebrew::CLI::Args
|
|||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def zap?; end
|
def zap?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def ask?; end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user