1
0
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:
nvbn 2015-07-19 21:52:46 +03:00
parent 463b4fef2f
commit 0238569b71
2 changed files with 1 additions and 2 deletions

View File

@ -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': {},

View File

@ -9,7 +9,6 @@ from time import time
import os
import io
from psutil import Process
import six
from .utils import DEVNULL, memoize