1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-08 09:39:16 +00:00

add option to show diff before asking to overwrite

This commit is contained in:
deadc0de6
2018-09-29 16:04:03 +02:00
parent a8e9f77606
commit a375876438
6 changed files with 36 additions and 18 deletions

View File

@@ -80,6 +80,7 @@ def load_config(confpath, profile):
opts['safe'] = True
opts['installdiff'] = True
opts['link'] = False
opts['showdiff'] = True
opts['debug'] = True
opts['dopts'] = ''
opts['variables'] = {}