diff options
Diffstat (limited to 'data/help/alias.yaml')
| -rw-r--r-- | data/help/alias.yaml | 15 |
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. |
