regenerate hints

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-02-03 17:09:14 +01:00
parent 06d0f59a29
commit 04bde137e9
No known key found for this signature in database

View File

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