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
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 wrote:
> Just an FYI. As part of the 1.3.0 release, the contrib libr
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 addr
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