Update CLI
parent
859610e0dc
commit
7a0acd7929
|
|
@ -32,7 +32,7 @@ pass_config = click.make_pass_decorator(Config)
|
|||
@click.version_option(version=__version__)
|
||||
@click.option('-q', '--quiet', is_flag=False, help='Suppress logs and warnings.')
|
||||
@click.option('-p', '--pages', default='1', help='Comma-separated page numbers.'
|
||||
' Example: 1,3,4 or 1,4-end.')
|
||||
' Example: 1,3,4 or 1,4-end or all.')
|
||||
@click.option('-pw', '--password', help='Password for decryption.')
|
||||
@click.option('-o', '--output', help='Output file path.')
|
||||
@click.option('-f', '--format',
|
||||
|
|
|
|||
Loading…
Reference in New Issue