clix.lua: add -i for --interactive

Thu, 28 Jun 2012 14:40:36 +0200

author
Kim Alvefur <zash@zash.se>
date
Thu, 28 Jun 2012 14:40:36 +0200
changeset 82
30f85754b1e0
parent 81
e87f4d0b1a80
child 83
040fadcc86f9

clix.lua: add -i for --interactive

clix.lua file | annotate | diff | comparison | revisions
--- 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:");

mercurial