We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c089d8b commit 8253e89Copy full SHA for 8253e89
Library/Homebrew/cli/parser.rb
@@ -169,7 +169,7 @@ def initialize(cmd = nil, &block)
169
T::Boolean)
170
odisabled(
171
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
172
- "inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
+ "subclassing of `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
173
disable_for_developers: false,
174
)
175
end
0 commit comments