From 3870e84108885790035fbdee908f5dc00923d858 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:11:15 -0800 Subject: [PATCH] Workerup doesnt need to be logged in (#255) --- arcade/arcade/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arcade/arcade/cli/main.py b/arcade/arcade/cli/main.py index 680eafe9..3c898c2c 100644 --- a/arcade/arcade/cli/main.py +++ b/arcade/arcade/cli/main.py @@ -496,7 +496,7 @@ def main_callback( help="Print version and exit.", ), ) -> None: - excluded_commands = {login.__name__, logout.__name__} + excluded_commands = {login.__name__, logout.__name__, workerup.__name__} if ctx.invoked_subcommand in excluded_commands: return