Fix subcommands
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
"""Download free albums and tracks from Bandcamp
|
||||
Usage:
|
||||
bcdl-free [--debug] [--force] [--no-unzip] [-al]
|
||||
[-d <dir>] [-e <email>] [-z <zipcode>] [-c <country>] [-f <format>]
|
||||
[--cookies <file>] [--identity <value>] URL...
|
||||
bcdl-free setdefault [-d <dir>] [-e <email>] [-z <zipcode>]
|
||||
[-c <country>] [-f <format>]
|
||||
bcdl-free defaults
|
||||
bcdl-free clear
|
||||
bcdl-free [--debug] [--force] [--no-unzip] [-al]
|
||||
[-d <dir>] [-e <email>] [-z <zipcode>] [-c <country>] [-f <format>]
|
||||
[--cookies <file>] [--identity <value>] URL...
|
||||
bcdl-free -h | --help | --version
|
||||
|
||||
Arguments:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "free-bandcamp-downloader"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
description = "Download free and name-your-price albums from Bandcamp in lossless quality"
|
||||
authors = ["7x11x13 <x7x11x13@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user