Rename option

This commit is contained in:
Serene-Arc
2021-06-12 10:35:31 +10:00
parent e500bc4ad4
commit c5c010bce0
4 changed files with 4 additions and 4 deletions

View File

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