Improve readability of disabled command message

This commit is contained in:
Douglas Eichelberger 2025-05-10 09:23:34 -07:00
parent c089d8b9da
commit 8253e89eea
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

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