On Thursday, September 13, 2018 at 3:48:01 PM UTC-7, Matching Socks wrote:
>
> Wow, I had not even noticed the cljs half of tools-cli! Is it useful with
> Node?
>
It works both in compiled and bootstrapped node (lumo). I am using this
library in many scripts.
One example can be found in this
ng
Socks
Sent: Thursday, September 13, 2018 3:48:01 PM
To: Clojure
Subject: Re: [ANN] org.clojure/tools.cli 0.4.0
Wow, I had not even noticed the cljs half of tools-cli! Is it useful with Node?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
T
Wow, I had not even noticed the cljs half of tools-cli! Is it useful with
Node?
--
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
Tools for working with command line arguments.
clj -Sdeps '{:deps {org.clojure/tools.cli {:mvn/version "0.4.0"}}}'
or
[org.clojure/tools.cli "0.4.0"]
https://github.com/clojure/tools.cli#change-log
Release 0.4.0 on 2018-09-12
* Convert everything to use .cljc files and add clj/deps.edn su