From 1d5d4fd347a6f0b9c00c3f073ede8aadcd9e1d25 Mon Sep 17 00:00:00 2001 From: rlaphoenix Date: Sat, 9 Mar 2024 01:40:21 +0000 Subject: [PATCH] fix(dl): Use click.command() instead of click.group() --- devine/commands/dl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devine/commands/dl.py b/devine/commands/dl.py index af1367d..f853d30 100644 --- a/devine/commands/dl.py +++ b/devine/commands/dl.py @@ -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(