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

@@ -70,6 +70,7 @@ def cli_download(context: click.Context, **_):
@cli.command('archive')
@_add_common_options
@click.option('--all-comments', is_flag=True, default=None)
@click.option('-f,', '--format', type=click.Choice(('xml', 'json', 'yaml')), default=None)
@click.pass_context
def cli_archive(context: click.Context, **_):