1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-20 09:39:01 +00:00

Fixed flake errors

This commit is contained in:
Philip Arola 2019-10-30 11:47:59 -07:00
parent 395d69eadb
commit fdf26a652d
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
from thefuck.utils import for_app, which
@for_app("choco", "cinst")
def match(command):
return ((command.script.startswith('choco install') or 'cinst' in command.script_parts)