Adding the function ask to check if option is present

This commit is contained in:
thibhero 2025-02-05 19:06:09 -05:00
parent d74f503158
commit e7e34c40f1

View File

@ -166,4 +166,7 @@ class Homebrew::Cmd::InstallCmd::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def zap?; end
sig { returns(T::Boolean) }
def ask?; end
end