mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-13 22:28:33 +00:00
Added both '-rv' as option
This commit is contained in:
parent
0d0fadacfb
commit
ffd0be6e82
@ -7,4 +7,4 @@ def match(command, settings):
|
||||
|
||||
|
||||
def get_new_command(command, settings):
|
||||
return re.sub(r'^cp', 'cp -a', command.script)
|
||||
return re.sub(r'^cp', 'cp -ra', command.script)
|
||||
|
Loading…
x
Reference in New Issue
Block a user