Are there any command-line examples or documentation other than what's
up on clojure.org or ClojureDocs?

I'm using

(defn -main [& args]
  (with-command-line args
    "Get csv file name"
    [[in-file-name ".csv input file name"  "resultset.csv" ]]
    [[in-file-name ".csv input file name"  1]]

    (println "in-file-name:", in-file-name)

If I specify a file name it does not get used. Only resultset.csv is
used.

tnx
cmn

-- 
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 to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to