1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-25 03:59:08 +00:00
thefuck/thefuck/rules/yum_invalid_operation.py
ik1ne b75c40e3b1 - Add skeleton code for yum_invalid_operation.py
- Add test for rule/yum_invalid_operation
2019-10-08 15:18:10 +09:00

18 lines
231 B
Python

from thefuck.specific.sudo import sudo_support
from thefuck.utils import for_app
@sudo_support
@for_app('yum')
def match(command):
pass
def _get_operations():
pass
@sudo_support
def get_new_command(command):
pass