Merge pull request #3585 from erratic-pattern/tag-cmd-switch-options-typo

fix: TagCmd.switch_options was misnamed
This commit is contained in:
Griatch 2024-07-09 20:40:35 +02:00 committed by GitHub
commit 73aa5cbeae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3922,7 +3922,7 @@ class CmdTag(COMMAND_DEFAULT_CLASS):
key = "@tag"
aliases = ["@tags"]
options = ("search", "del")
switch_options = ("search", "del")
locks = "cmd:perm(tag) or perm(Builder)"
help_category = "Building"
arg_regex = r"(/\w+?(\s|$))|\s|$"