1
0
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:
Nabeel Valapra 2015-04-22 17:52:17 +05:30
parent 0d0fadacfb
commit ffd0be6e82

View File

@ -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)