From 0f974bdb0a70ddfd3cfff2d899b03cef50255ec2 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 22 Mar 2024 00:18:58 +0000 Subject: [PATCH] sorbet: Update RBI files. Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow. --- Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi index a0c1be814f..94ce0beb94 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi @@ -209,6 +209,9 @@ class Homebrew::CLI::Args sig { returns(T.nilable(T::Array[String])) } def extra_packages; end + sig { returns(T::Boolean) } + def extract_plist?; end + sig { returns(T::Boolean) } def f?; end