Thanks!
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email
On Fri, Nov 13, 2009 at 5:16 PM, Mike Hogye wrote:
> Using with-command-line from clojure.contrib.command-line, if the list
> of command-line args is empty or nil, the usage message is printed
> (and the nested code is not run), even if all the options have default
> values.
It's a feature!
http
Using with-command-line from clojure.contrib.command-line, if the list
of command-line args is empty or nil, the usage message is printed
(and the nested code is not run), even if all the options have default
values.
The following (note that the first arg is the empty list) prints the
usage messag