mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-20 20:09:07 +00:00
#N/A Require confirmation by default
This commit is contained in:
parent
463b4fef2f
commit
0238569b71
@ -27,7 +27,7 @@ DEFAULT_PRIORITY = 1000
|
||||
|
||||
DEFAULT_SETTINGS = {'rules': DEFAULT_RULES,
|
||||
'wait_command': 3,
|
||||
'require_confirmation': False,
|
||||
'require_confirmation': True,
|
||||
'no_colors': False,
|
||||
'debug': False,
|
||||
'priority': {},
|
||||
|
@ -9,7 +9,6 @@ from time import time
|
||||
import os
|
||||
import io
|
||||
from psutil import Process
|
||||
import six
|
||||
from .utils import DEVNULL, memoize
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user