mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-25 03:59:08 +00:00
18 lines
231 B
Python
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
|