lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Dec 23, 2010 at 2:49 AM, Steve Litt <slitt@troubleshooters.com> wrote:
> So what are you all using for Getopt or preferably Getopt_long in Lua?

Personally I like this one, which comes from LuaRocks:

http://www.luafaq.org/#T2.2

It's for a --option=value style, however.

steve d.