Merge pull request #17770 from Homebrew/sorbet-files-update

This commit is contained in:
Patrick Linnane 2024-07-15 21:37:04 -07:00 committed by GitHub
commit df27448ea7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 129 additions and 3 deletions

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Casks`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Casks`.
class Homebrew::Cmd::Casks
sig { returns(Homebrew::Cmd::Casks::Args) }
def args; end
end
class Homebrew::Cmd::Casks::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Formulae`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Formulae`.
class Homebrew::Cmd::Formulae
sig { returns(Homebrew::Cmd::Formulae::Args) }
def args; end
end
class Homebrew::Cmd::Formulae::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::SetupRuby`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::SetupRuby`.
class Homebrew::Cmd::SetupRuby
sig { returns(Homebrew::Cmd::SetupRuby::Args) }
def args; end
end
class Homebrew::Cmd::SetupRuby::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Shellenv`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Shellenv`.
class Homebrew::Cmd::Shellenv
sig { returns(Homebrew::Cmd::Shellenv::Args) }
def args; end
end
class Homebrew::Cmd::Shellenv::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,25 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Update`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Update`.
class Homebrew::Cmd::Update
sig { returns(Homebrew::Cmd::Update::Args) }
def args; end
end
class Homebrew::Cmd::Update::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def auto_update?; end
sig { returns(T::Boolean) }
def f?; end
sig { returns(T::Boolean) }
def force?; end
sig { returns(T::Boolean) }
def merge?; end
end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpdateReset`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpdateReset`.
class Homebrew::Cmd::UpdateReset
sig { returns(Homebrew::Cmd::UpdateReset::Args) }
def args; end
end
class Homebrew::Cmd::UpdateReset::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::VendorInstall`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::VendorInstall`.
class Homebrew::Cmd::VendorInstall
sig { returns(Homebrew::Cmd::VendorInstall::Args) }
def args; end
end
class Homebrew::Cmd::VendorInstall::Args < Homebrew::CLI::Args; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Version`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Version`.
class Homebrew::Cmd::Version
sig { returns(Homebrew::Cmd::Version::Args) }
def args; end
end
class Homebrew::Cmd::Version::Args < Homebrew::CLI::Args; end

View File

@ -32,9 +32,6 @@ class Homebrew::DevCmd::Bump::Args < Homebrew::CLI::Args
sig { returns(T::Boolean) }
def installed?; end
sig { returns(T.nilable(String)) }
def limit; end
sig { returns(T::Boolean) }
def no_fork?; end

View File

@ -0,0 +1,13 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Homebrew::DevCmd::Rubocop`.
# Please instead update this file by running `bin/tapioca dsl Homebrew::DevCmd::Rubocop`.
class Homebrew::DevCmd::Rubocop
sig { returns(Homebrew::DevCmd::Rubocop::Args) }
def args; end
end
class Homebrew::DevCmd::Rubocop::Args < Homebrew::CLI::Args; end