mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 08:35:08 -04:00
Formatting
This commit is contained in:
parent
d05bd9632d
commit
ecae32e9b8
6 changed files with 25 additions and 22 deletions
|
@ -172,11 +172,11 @@ def discover(ctx, **kwargs):
|
|||
@cli.command()
|
||||
@click.option("-o", "--open", is_flag=True, help="Open the config file")
|
||||
@click.option("-q", "--qobuz", is_flag=True, help="Set Qobuz credentials")
|
||||
@click.option("--reset", is_flag=True, help='RESET the config file')
|
||||
@click.option("--reset", is_flag=True, help="RESET the config file")
|
||||
@click.pass_context
|
||||
def config(ctx, **kwargs):
|
||||
"""Manage the streamrip configuration."""
|
||||
if kwargs['reset']:
|
||||
if kwargs["reset"]:
|
||||
config.reset()
|
||||
|
||||
if kwargs["open"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue