1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-15 15:18:53 +00:00
thefuck/thefuck/rules/cargo.py
2015-06-06 17:05:51 +02:00

7 lines
134 B
Python

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