Merge pull request #239 from hickey/fix/cmd-aliases

Add aliases for `cmd` to reduce ambiguity
This commit is contained in:
Adam Gessaman
2026-08-07 21:19:50 -07:00
committed by GitHub
+1 -1
View File
@@ -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"