fix(dl): Use click.command() instead of click.group()

This commit is contained in:
rlaphoenix 2024-03-09 01:40:21 +00:00
parent 4d6c72ba30
commit 1d5d4fd347
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ from devine.core.vaults import Vaults
class dl:
@click.group(
@click.command(
short_help="Download, Decrypt, and Mux tracks for titles from a Service.",
cls=Services,
context_settings=dict(