Add option for archiver full context

This commit is contained in:
Serene-Arc
2021-06-11 15:31:11 +10:00
parent 4be75fd48a
commit 6eeadc8821
4 changed files with 20 additions and 1 deletions

View File

@@ -41,8 +41,9 @@ class Configuration(Namespace):
self.verbose: int = 0
# Archiver-specific options
self.format = 'json'
self.all_comments = False
self.format = 'json'
self.full_context: bool = False
def process_click_arguments(self, context: click.Context):
for arg_key in context.params.keys():