Workerup doesnt need to be logged in (#255)
This commit is contained in:
parent
49ff013e80
commit
3870e84108
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ def main_callback(
|
||||||
help="Print version and exit.",
|
help="Print version and exit.",
|
||||||
),
|
),
|
||||||
) -> None:
|
) -> None:
|
||||||
excluded_commands = {login.__name__, logout.__name__}
|
excluded_commands = {login.__name__, logout.__name__, workerup.__name__}
|
||||||
if ctx.invoked_subcommand in excluded_commands:
|
if ctx.invoked_subcommand in excluded_commands:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue