diff --git a/modules/commands/cmd_command.py b/modules/commands/cmd_command.py index b45afe5..3bd70bd 100644 --- a/modules/commands/cmd_command.py +++ b/modules/commands/cmd_command.py @@ -15,7 +15,7 @@ class CmdCommand(BaseCommand): # Plugin metadata name = "cmd" - keywords = ['cmd', 'commands'] + keywords = ['cmd', 'cmds', 'command', 'commands'] description = "Lists available commands in compact format" category = "basic"