1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 19:02:58 +00:00

adding ability to pass arguments to diff

This commit is contained in:
deadc0de6
2017-12-28 17:58:13 +01:00
parent e2cc16bee9
commit ddbcbafeac
5 changed files with 17 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ def load_config(confpath, profile):
opts['installdiff'] = True
opts['link'] = False
opts['quiet'] = True
opts['dopts'] = ''
return conf, opts