mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
Added brew cask reinstall to the posibilities
This commit is contained in:
parent
40dd65963d
commit
9432d4e5b4
@ -6,7 +6,8 @@ from thefuck.specific.brew import brew_available
|
||||
@for_app('brew')
|
||||
def match(command):
|
||||
return (u'install' in command.script_parts
|
||||
and u'brew cask install' in command.output)
|
||||
and u'brew cask install' in command.output
|
||||
and u'brew cask reinstall' in command.output)
|
||||
|
||||
|
||||
@eager
|
||||
|
Loading…
x
Reference in New Issue
Block a user