Douglas Eichelberger 1980e62319 brew tc --update
2024-04-21 16:51:31 -07:00

13 lines
357 B
Ruby
Generated

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