forked from DRMTalks/devine
fix(dl): Use click.command() instead of click.group()
This commit is contained in:
parent
4d6c72ba30
commit
1d5d4fd347
|
@ -57,7 +57,7 @@ from devine.core.vaults import Vaults
|
||||||
|
|
||||||
|
|
||||||
class dl:
|
class dl:
|
||||||
@click.group(
|
@click.command(
|
||||||
short_help="Download, Decrypt, and Mux tracks for titles from a Service.",
|
short_help="Download, Decrypt, and Mux tracks for titles from a Service.",
|
||||||
cls=Services,
|
cls=Services,
|
||||||
context_settings=dict(
|
context_settings=dict(
|
||||||
|
|
Loading…
Reference in New Issue