# HG changeset patch # User Kim Alvefur # Date 1340887236 -7200 # Node ID 30f85754b1e02400e0cc669b8778d6898de237d7 # Parent e87f4d0b1a80a0a5452bdf8a6685467ef1222dda clix.lua: add -i for --interactive diff -r e87f4d0b1a80 -r 30f85754b1e0 clix.lua --- 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:");