OK thanks!
Hi again 😅 I'm still having issues with that command, here is what I entered along with the output:
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
I don't understand why it says those are unrecognised options and then clearly lists them underneath as supported options 😂
@flyingpython I created https://github.com/seancorfield/clj-new/issues/58 to investigate.
@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 🙂 )