Rename --exclude-id(-file) to --skip-id(-file)

This commit is contained in:
Ali Parlakci
2021-05-17 10:30:55 +10:00
committed by Serene
parent f768a7d61c
commit 200916a150
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ class Configuration(Namespace):
self.authenticate = False
self.config = None
self.directory: str = '.'
self.exclude_id = []
self.exclude_id_file = []
self.skip_id = []
self.skip_id_file = []
self.limit: Optional[int] = None
self.link: list[str] = []
self.log: Optional[str] = None