Fork me on GitHub
#deps-new
<
2023-01-16
>
Ben Lieberman16:01:24

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.

seancorfield18:01:56

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

Ben Lieberman18:01:48

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

seancorfield20:01:34

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

2