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

add check_version config option

This commit is contained in:
deadc0de6
2021-10-10 16:47:04 +02:00
parent 27cf25a920
commit 15c1a09a48
6 changed files with 36 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ class Options(AttrMonitor):
self.upignore = None
self.link_on_import = None
self.chmod_on_import = None
self.check_version = None
# args parsing
self.args = {}