Skip to content

Commit d0a3408

Browse files
alias: update docs for :repl/reloaded and :dev/reloaded
Explain use of aliases further
1 parent 1aabc5b commit d0a3408

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: deps.edn

+4-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
;; Practicalli REPL Reloaded workflow
6262
;; https://practical.li/clojure/clojure-cli/repl-reloaded/
63-
;; Use with command to start a REPL to include REPL Reloaded tools
63+
;; Use with editor command to start a REPL (Jack-in) to include REPL Reloaded tools
6464
:dev/reloaded
6565
{:extra-paths ["dev" "test"]
6666
:extra-deps {djblue/portal {:mvn/version "0.55.1"} ; portal data inspector
@@ -166,9 +166,11 @@
166166
"--interactive"
167167
"-f" "rebel-readline.main/-main"]}
168168

169+
;; ------------
169170
;; Practicalli REPL Reloaded workflow
171+
;; Rich Terminal REPL Prompt with nREPL and Portal connections
170172
;; https://practical.li/clojure/clojure-cli/repl-reloaded/
171-
;; clojure -M:repl/rebel
173+
;; clojure -M:repl/reloaded
172174
:repl/reloaded
173175
{:extra-paths ["dev" "test"]
174176
:extra-deps {nrepl/nrepl {:mvn/version "1.1.1"}

0 commit comments

Comments
 (0)