sorbet: Update RBI files.

Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
This commit is contained in:
BrewTestBot 2024-03-22 00:18:58 +00:00
parent 857838ab7a
commit 0f974bdb0a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -209,6 +209,9 @@ class Homebrew::CLI::Args
sig { returns(T.nilable(T::Array[String])) } sig { returns(T.nilable(T::Array[String])) }
def extra_packages; end def extra_packages; end
sig { returns(T::Boolean) }
def extract_plist?; end
sig { returns(T::Boolean) } sig { returns(T::Boolean) }
def f?; end def f?; end