Files
thefuck/thefuck/rules/cargo.py
T
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'