1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-23 21:39:32 +00:00
thefuck/thefuck/rules/cargo.py

7 lines
114 B
Python

def match(command):
return command.script == 'cargo'
def get_new_command(command):
return 'cargo build'