Thanks for this library, I use it in lots and lots of my projects. On Sat, Sep 22, 2018 at 8:18 PM Sean Corfield <[email protected]> wrote:
> Tools for working with command line arguments. > https://github.com/clojure/tools.cli clj -Sdeps '{:deps > {org.clojure/tools.cli {:mvn/version "0.4.1"}}}' > Boot/Leiningen: [org.clojure/tools.cli "0.4.1"] This is a minor update > that introduces new options :update-fn and :default-fn that make it easier > to work with non-idempotent command line options (such as > incrementing/counting options) and addresses a problem raised in > https://dev.clojure.org/jira/browse/TCLI-90 (poor interaction between the > existing :assoc-fn and :default options). > -- > Sean A Corfield -- (904) 302-SEAN > An Architect's View -- http://corfield.org/ > World Singles, LLC. -- http://worldsingles.com/ > > "Perfection is the enemy of the good." > -- Gustave Flaubert, French realist novelist (1821-1880) > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Howard M. Lewis Ship Senior Mobile Developer at Walmart Labs Creator of Apache Tapestry (971) 678-5210 http://howardlewisship.com @hlship -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
