mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-20 20:09:07 +00:00
Add rule
This commit is contained in:
parent
9660ec7813
commit
64eaf96eb8
6
thefuck/rules/remove_trailing_cedilla.py
Normal file
6
thefuck/rules/remove_trailing_cedilla.py
Normal file
@ -0,0 +1,6 @@
|
||||
def match(command):
|
||||
return command.script.endswith('ç')
|
||||
|
||||
def get_new_command(command):
|
||||
return command.script[:-1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user