fix: Add aliases for cmd to reduce ambiguity

Signed-off-by: Gerard Hickey <hickey@kinetic-compute.com>
This commit is contained in:
Gerard Hickey
2026-08-07 21:14:16 -04:00
parent 61da191fef
commit ec9770c7c8
+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"