Merge pull request #19930 from Homebrew/dug-cmd-disabled-wording

Improve readability of disabled command message
This commit is contained in:
Bo Anderson 2025-05-10 17:02:33 +00:00 committed by GitHub
commit bb33840924
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,7 +169,7 @@ module Homebrew
T::Boolean)
odisabled(
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
"inherits from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
"subclassing of `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
disable_for_developers: false,
)
end