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