Am I doing something dumb with the scratch command?
clojure -Tnew scratch :name funky
Namespace clj-new loaded but function not found: scratch
I'm on CLI version 1.11.1.1200, and the other deps-new commands work fine.@bhlieberman93 What version of deps-new do you have installed as new? cat ~/.clojure/tools/new.edn
{:lib com.github.seancorfield/clj-new,
:coord
{:git/tag "v1.2.381",
:git/sha "a0c510000e18f92abf82d918b0a207ee073b6e71",
:git/url ""}}
so I was fairly sure I had deps-new installed but this looks like it's just clj-new so I'm guessing that explains it facepalmYeah, I have deps-new installed as new and clj-new as clj-new