From 1b9e2da3b3c438d8dc53d3489725dd5ba0022777 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 11 Jun 2026 04:46:27 -0400 Subject: feat: web client, get/drop updates and fixes --- data/help/alias.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/help/alias.yaml (limited to 'data/help/alias.yaml') 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 - Create an alias (e.g. alias k kill) + unalias - 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. -- cgit v1.2.3