aboutsummaryrefslogtreecommitdiff
path: root/data/help/alias.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-11 04:46:27 -0400
committerhistoria <[not public]>2026-06-11 08:58:37 +0000
commit1b9e2da3b3c438d8dc53d3489725dd5ba0022777 (patch)
tree62264f24420bf4cfaa734942c65cc8dd45ba3d3b /data/help/alias.yaml
parent06c02a697e5daf8832a462de5970dd4c0e13a02c (diff)
downloadthehouseoficarus-1b9e2da3b3c438d8dc53d3489725dd5ba0022777.tar.gz
feat: web client, get/drop updates and fixes
Diffstat (limited to 'data/help/alias.yaml')
-rw-r--r--data/help/alias.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/help/alias.yaml b/data/help/alias.yaml
new file mode 100644
index 0000000..4be2f98
--- /dev/null
+++ b/data/help/alias.yaml
@@ -0,0 +1,15 @@
+name: "alias"
+category: "General"
+description: |
+ Create and manage command aliases.
+
+ Usage: alias - List all aliases
+ alias <name> <cmd> - Create an alias (e.g. alias k kill)
+ unalias <name> - Remove an alias
+
+ Aliases are account-wide and shared by all your characters. They
+ support argument passthrough: "alias k kill" means "k man" expands
+ to "kill man".
+
+ Aliases resolve before built-in commands. An alias can shadow an
+ existing command name.