deps-new

Rowan Barnard 2021-03-30T00:07:22.044600Z

OK thanks!

Rowan Barnard 2021-03-30T10:04:45.045600Z

Hi again 😅 I'm still having issues with that command, here is what I entered along with the output:

Rowan Barnard 2021-03-30T10:05:03.045900Z

clojure -X:new :template luminus :name Rowan/guestbook :output '"mywebapp"' :args '["+h2" "+http-kit"]' Downloading: luminus/lein-template/maven-metadata.xml from clojars Unrecognized options: +h2, +http-kit Supported options are: +sqlite, +hoplon, +kee-frame, +immutant, +datomic, +site, +undertow, +h2, +auth-jwe, +reitit, +reagent, +jetty, +cljs, +graphql, +service, +sassc, +oauth, +swagger, +servlet, +auth, +war, +http-kit, +expanded, +cucumber, +aleph, +mongodb, +basic, +postgres, +boot, +mysql, +re-frame, +kibit, +shadow-cljs

Rowan Barnard 2021-03-30T10:06:16.046800Z

I don't understand why it says those are unrecognised options and then clearly lists them underneath as supported options 😂

seancorfield 2021-03-30T16:18:06.047400Z

@flyingpython I created https://github.com/seancorfield/clj-new/issues/58 to investigate.

seancorfield 2021-03-30T16:45:39.048900Z

@flyingpython This works on macOS/Linux so it’s a Windows-only quoting issue. I don’t use Windows so I don’t know what to suggest in terms of changing how you invoke it — you’ll have to figure that out (or switch to Linux/macOS 🙂 )