mirror of
https://github.com/nvbn/thefuck.git
synced 2025-11-16 23:06:00 +00:00
7 lines
134 B
Python
7 lines
134 B
Python
def match(command, settings):
|
|
return command.script == 'cargo'
|
|
|
|
|
|
def get_new_command(command, settings):
|
|
return 'cargo build'
|