Add class var options to CmdSetHelp

This commit is contained in:
BlauFeuer 2018-03-02 07:38:37 -05:00 committed by GitHub
parent 345b7f1a7c
commit c873acb44e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -317,6 +317,7 @@ class CmdSetHelp(COMMAND_DEFAULT_CLASS):
"""
key = "@sethelp"
options = ("edit", "replace", "append", "extend", "delete")
locks = "cmd:perm(Helper)"
help_category = "Building"