13 lines
352 B
Ruby
Generated
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
|