Add option to download user comments (#258)

* Add option to download user comments

* Update README
This commit is contained in:
Serene
2021-04-09 23:15:45 +10:00
committed by Ali Parlakci
parent 37ca413424
commit 34c8a9a5d0
5 changed files with 26 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class Configuration(Namespace):
# Archiver-specific options
self.format = 'json'
self.all_comments = False
def process_click_arguments(self, context: click.Context):
for arg_key in context.params.keys():