Diff

clix.lua @ 82:30f85754b1e0

clix.lua: add -i for --interactive
author Kim Alvefur <zash@zash.se>
date Thu, 28 Jun 2012 14:40:36 +0200
parent 70:5e93cfc73444
child 86:12939dcba0f2
line wrap: on
line diff
--- a/clix.lua	Thu Jun 28 11:33:01 2012 +0200
+++ b/clix.lua	Thu Jun 28 14:40:36 2012 +0200
@@ -10,7 +10,7 @@
 
 -- Global to allow commands to add to it
 short_opts = { v = "verbose", q = "quiet", t = "to", f = "from", e = "type",
-	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom" }
+	a = "account", p = "password", r = "resource", o = "presence", c = "chatroom", i = "interactive" }
 
 if #arg < 1 then
 	print("Command Line XMPP, available commands:");