lua-users home
lua-l archive

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


> On Apr 11, 2016, at 10:38 PM, Coda Highland <chighland@gmail.com> wrote:
> 
> So the question really was, what style of command line parsing is
> actually desired?

Ultimately, a combination of short options, long options, and sub commands ala svn.

So, I guess, something along the lines of docopt in term of expressiveness: http://docopt.org