[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lapp - a simple framework for command-line parsing
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 10 Mar 2009 13:22:06 +0200
On Mon, Mar 9, 2009 at 4:07 PM, Andrew Wilson <agrwagrw@gmail.com> wrote:
> Steve, Nice little module, some behaviors a little unexpected? If no
> parameters entered at all I'd expect help to be displayed. Also expect
> numbers to parse with or without space. Great idea, good fit with Lua.
There's a fixed-up version addressing these issues.
Plus some extra features I couldn't resist, like explict range
constraints and vararg parameters.
There was a horrendous bug where the damned thing was interpreting
'-2' as a flag ;)
http://lua-users.org/wiki/LappFramework
steve d.