mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 13:29:16 +00:00
refactor link default config variables
This commit is contained in:
@@ -118,14 +118,13 @@ def load_options(confpath, profile):
|
||||
args['--cfg'] = confpath
|
||||
args['--profile'] = profile
|
||||
# and get the options
|
||||
# TODO need to patch options
|
||||
o = Options(args=args)
|
||||
o.profile = profile
|
||||
o.dry = False
|
||||
o.profile = profile
|
||||
o.safe = True
|
||||
o.install_diff = True
|
||||
o.link = LinkTypes.NOLINK.value
|
||||
o.import_link = LinkTypes.NOLINK
|
||||
o.install_showdiff = True
|
||||
o.debug = True
|
||||
if ENV_NODEBUG in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user