Enhancement for contrib.command-line

2011-04-29 Thread knuthie
Hi, I am relatively new to clojure and while using the contrib.command- line, I found there is a place for a small improvement, at least for my usecase :-) I use the with-command-line macro and then check eg. that the remaining parameters, that are not caught amount to the right number (eg. I wan

Re: Enhancement for contrib.command-line

2011-05-07 Thread knuthie
Thanks, this library looks promising... On 29 Apr., 21:56, gaz jones wrote: > i wrote a command line arg library after wanting a bit more than the > one in contrib gave me: > > https://github.com/gar3thjon3s/clargon > > i think you could do what you want using it... > > -- You received this me