Re: Enhancement for contrib.command-line

2011-05-07 Thread knuthie
Thanks, this library looks promising... On 29 Apr., 21:56, gaz jones gareth.e.jo...@gmail.com 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

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

Re: Enhancement for contrib.command-line

2011-04-29 Thread Sean Corfield
Just an FYI. As part of the 1.3.0 release, the contrib libraries are getting a facelift: http://dev.clojure.org/display/design/Contrib+Library+Names clojure.contrib.command-line will become clojure.tools.cli - I'm not sure who the new maintainer is but they would be the person best placed to

Re: Enhancement for contrib.command-line

2011-04-29 Thread gaz jones
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... On Fri, Apr 29, 2011 at 12:26 PM, Sean Corfield seancorfi...@gmail.com wrote: Just an FYI. As part of the 1.3.0