diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/casks.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/casks.rbi new file mode 100644 index 0000000000..017195881e --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/casks.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/formulae.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/formulae.rbi new file mode 100644 index 0000000000..a6ce3fcc77 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/formulae.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/setup_ruby.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/setup_ruby.rbi new file mode 100644 index 0000000000..1b41c0faac --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/setup_ruby.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/shellenv.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/shellenv.rbi new file mode 100644 index 0000000000..e549928e5f --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/shellenv.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update.rbi new file mode 100644 index 0000000000..e630aad867 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_reset.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_reset.rbi new file mode 100644 index 0000000000..cb1ef43c6d --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_reset.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/vendor_install.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/vendor_install.rbi new file mode 100644 index 0000000000..028082ee1f --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/vendor_install.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/version.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/version.rbi new file mode 100644 index 0000000000..238544b7f6 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/version.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi index 3f13df1502..6ec2e761a7 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/bump.rbi @@ -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 diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubocop.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubocop.rbi new file mode 100644 index 0000000000..90864ea3b6 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/dev_cmd/rubocop.rbi @@ -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