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

13 lines
352 B
Ruby
Generated

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