clojure.tools.cli — tools for working with command line arguments

https://github.com/clojure/tools.cli

I’m pleased to announce that Sung Pae has passed the torch on to me and I have 
released version 0.3.2 to Maven Central today. Thank you Sung for all your work 
on tools.cli so far!

This release includes all of Sung’s work to date, including TCLI-9 which Keith 
Irwin asked about last week:

• Release 0.3.2 on 2015-07-28
        • Add :no-defaults to parse-opts:
          Returns sequence of options that excludes defaulted ones.
          This helps support constructing options from multiple sources 
(command line, config file).
        • Add get-default-options:
          Returns sequence of options that have defaults specified.
        • Support multiple validations TCLI-9
        • Support in-order arguments TCLI-5:
          :in-order processes arguments up to the first unknown option;
          A warning is displayed when unknown options are encountered.

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)




> On Jul 23, 2015, at 9:33 PM, Keith Irwin <ke...@zentrope.com> wrote:
> 
> There are some handy additions committed to the tools.cli project at:
> 
>    https://github.com/clojure/tools.cli
> 
> but there hasn’t been a release in ~1.5 years (not even a snapshot release).
> 
> In fact, these commits have been sitting there for over a year.
> 
> I’m especially interested in this one:
> 
>    http://dev.clojure.org/jira/browse/TCLI-9
> 
> Any chance of a new release?

-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to