Added /alias command, writing aliases to [alias] group in profrc

This commit is contained in:
James Booth
2014-01-23 22:29:53 +00:00
parent 8ba2d26947
commit 8dbe300d72
12 changed files with 356 additions and 9 deletions

View File

@@ -547,7 +547,7 @@ static struct cmd_t command_defs[] =
NULL } } },
{ "/alias",
cmd_alias, parse_args, 1, 3, &cons_alias_setting,
cmd_alias, parse_args_with_freetext, 1, 3, &cons_alias_setting,
{ "/alias add|remove|list [name value]", "Add your own command aliases.",
{ "/alias add|remove|list [name value]",
"-----------------------------------",