mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-23 21:39:32 +00:00
7 lines
114 B
Python
7 lines
114 B
Python
def match(command):
|
|
return command.script == 'cargo'
|
|
|
|
|
|
def get_new_command(command):
|
|
return 'cargo build'
|