Update message, as there is a replacement
This commit is contained in:
parent
d554c11b4c
commit
f7e17713a2
@ -168,8 +168,8 @@ module Homebrew
|
|||||||
@is_dev_cmd = T.let(T.must(cmd_location.absolute_path).start_with?(Commands::HOMEBREW_DEV_CMD_PATH),
|
@is_dev_cmd = T.let(T.must(cmd_location.absolute_path).start_with?(Commands::HOMEBREW_DEV_CMD_PATH),
|
||||||
T::Boolean)
|
T::Boolean)
|
||||||
odeprecated(
|
odeprecated(
|
||||||
"`brew #{@command_name}', which does not inherit from from Homebrew::AbstractCommand. This command " \
|
"`brew #{@command_name}'. This command needs to be refactored, as it is written in a style that",
|
||||||
"needs to be refactored ( see https://docs.brew.sh/External-Commands ), as it is written in a style that",
|
"inheritance from `Homebrew::AbstractCommand' ( see https://docs.brew.sh/External-Commands )",
|
||||||
disable_for_developers: false,
|
disable_for_developers: false,
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user