Skip to content
Snippets Groups Projects
Commit 8cb80fc2 authored by hyuraku's avatar hyuraku
Browse files

completions: delete brew-cask check

parent 5d01825d
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,6 @@ module Homebrew
sig { params(command: String).returns(T::Boolean) }
def command_gets_completions?(command)
return false if command.start_with? "cask " # TODO: (2.8) remove when `brew cask` commands are removed
command_options(command).any?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment