Rename application documents

This commit is contained in:
nathom 2021-03-25 12:12:15 -07:00
parent ca58ec0827
commit 7a234bc17e
3 changed files with 10 additions and 28 deletions

View file

@ -26,31 +26,6 @@ if not os.path.isdir(CACHE_DIR):
@click.pass_context
def cli(ctx, **kwargs):
"""
Examples:
$ rip {url} --convert alac
Download the url and convert to alac
$ rip {artist_url} -c alac filter --repeats --non-albums
Download a discography, filtering repeats and non-albums
$ rip interactive --search
Start an interactive search session
$ rip interactive --discover
Start an interactive discover session
$ rip config --open
Open config file
$ rip config --qobuz
Set qobuz credentials
"""
global config