fix: TagCmd.switch_options was misnamed
This commit is contained in:
parent
aeb0cf6854
commit
0d066f5d73
1 changed files with 1 additions and 1 deletions
|
|
@ -3922,7 +3922,7 @@ class CmdTag(COMMAND_DEFAULT_CLASS):
|
||||||
|
|
||||||
key = "@tag"
|
key = "@tag"
|
||||||
aliases = ["@tags"]
|
aliases = ["@tags"]
|
||||||
options = ("search", "del")
|
switch_options = ("search", "del")
|
||||||
locks = "cmd:perm(tag) or perm(Builder)"
|
locks = "cmd:perm(tag) or perm(Builder)"
|
||||||
help_category = "Building"
|
help_category = "Building"
|
||||||
arg_regex = r"(/\w+?(\s|$))|\s|$"
|
arg_regex = r"(/\w+?(\s|$))|\s|$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue