exit command on AuthError

This commit is contained in:
oskvr37
2025-02-07 17:17:15 +01:00
parent a6be191fbe
commit 0122e68afe
+1
View File
@@ -257,6 +257,7 @@ def DownloadCommand(
except AuthError as e:
click.echo(click.style(f"{e}", "red"))
return
UrlGroup.add_command(DownloadCommand)