1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

alias: add help about syntax %%command for completion of alias in /alias

This commit is contained in:
Sebastien Helleu
2011-12-17 18:32:40 +01:00
parent 1f76df2c20
commit 034b216eee
15 changed files with 81 additions and 53 deletions
+1
View File
@@ -4,6 +4,7 @@
/alias [-completion <completion>] <alias> [<command> [;<command>...]]
completion: completion for alias (optional, by default completion is done with target command)
note: you can use %%command to use completion of an existing command
alias: name of alias (can start or end with "*" for alias listing)
command: command name with arguments (many commands can be separated by semicolons)