quickapp icon indicating copy to clipboard operation
quickapp copied to clipboard

program argument handling

Open fade opened this issue 9 years ago • 1 comments

I really like how your quickapp project scaffolds out a Makefile to build the skeletonized application. Thanks! I have been using it for a while now, and my only quibble is that I invariably end up patching in CLON to do argument handling on the commandline. I guess this is a feature request, and I'd be happy to throw some cycles at it, but would you be willing to make CLON an optional include for the application skeleton?

fade avatar Dec 04 '16 18:12 fade

Thanks for the kind words and the feedback! I already have a command line parsing library in the quickapp project, if that could work for your needs (see the readme). If you think it might be nice to include as an optionally included raw source library (as opposed to a quicklisp package), then it'll have to wait until I'm done with my current semester of university before I can code that up, unless you want to try a pull request. If that doesn't work for your needs, then I'm not opposed to CLON as an optional include, if the license is compatable. That work would also have to wait until after this semester or be a pull request.

P.S. Nice avatar!

triclops200 avatar Dec 05 '16 20:12 triclops200