From 997d493569ac41b2f4ee2c4349404438677f5753 Mon Sep 17 00:00:00 2001 From: teramako Date: Sat, 22 Jan 2011 23:17:41 +0900 Subject: add short command name --- panorama.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panorama.js b/panorama.js index 9631bb5..aa6880f 100644 --- a/panorama.js +++ b/panorama.js @@ -2,7 +2,7 @@ * Use at your OWN RISK. */ let INFO = <> - title - title title GroupName + title title GroupName

update GroupName's title to title.

if omitted GroupName, update the current group.

@@ -722,7 +722,7 @@ let subCmds = [ /** * SubCommand title {{{ */ - new Command(["title"], "set group title", + new Command(["t[itle]"], "set group title", function (args) { let title = args[0], groupName = args.literalArg; -- cgit v1.2.3