deps-new

liebs 2023-01-16T16:28:24.670989Z

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.

seancorfield 2023-01-16T18:49:56.350729Z

@bhlieberman93 What version of deps-new do you have installed as new? cat ~/.clojure/tools/new.edn

liebs 2023-01-16T18:51:48.368419Z

{: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 facepalm

seancorfield 2023-01-16T20:29:34.197959Z

Yeah, I have deps-new installed as new and clj-new as clj-new

👌🏻 1