mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-15 07:34:48 -04:00
Remove useless docstring
This commit is contained in:
parent
12db8e001a
commit
0ec5795f82
1 changed files with 0 additions and 15 deletions
15
rip/cli.py
15
rip/cli.py
|
@ -397,21 +397,6 @@ class ConfigCommand(Command):
|
||||||
flag=True,
|
flag=True,
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
"""
|
|
||||||
Manage the configuration file.
|
|
||||||
|
|
||||||
config
|
|
||||||
{--o|open : Open the config file in the default application}
|
|
||||||
{--O|open-vim : Open the config file in (neo)vim}
|
|
||||||
{--d|directory : Open the directory that the config file is located in}
|
|
||||||
{--p|path : Show the config file's path}
|
|
||||||
{--qobuz : Set the credentials for Qobuz}
|
|
||||||
{--tidal : Log into Tidal}
|
|
||||||
{--deezer : Set the Deezer ARL}
|
|
||||||
{--music-app : Configure the config file for usage with the macOS Music App}
|
|
||||||
{--reset : Reset the config file}
|
|
||||||
{--update : Reset the config file, keeping the credentials}
|
|
||||||
"""
|
|
||||||
|
|
||||||
_config: Config
|
_config: Config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue