Skip to content

Commit 880d18e

Browse files
cli: add run repl as an explicit section
1 parent 116f3d1 commit 880d18e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- dev: add scheduled stale issue & pull request check
1111
- editors: open source plugins for Intellij IDEA editor
1212
- install: remove -Sdescribe (deprecated), use --version
13+
- cli: add run repl as an explicit section
1314

1415
## Changed
1516
- clojure-cli: enhance built-in commands description

docs/clojure-cli/repl/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ Rebel is a REPL terminal UI that provides auto-completion, function call syntax
9595
clj -M:repl/headless
9696
```
9797

98+
### Run Rebel REPL
99+
100+
Using the aliase defined above, use the `clojure` command to start a REPL process and nREPl server (to connect a Clojure editor).
101+
102+
!!! NOTE "Run Rebel Readline & nREPL server"
103+
104+
```shell
105+
clojure -M:repl/rebel
106+
```
98107

99108
??? INFO "Terminal REPL and Editor"
100109
Including an nREPL server when starting the REPL allows [clojure ware editors](/clojure/clojure-editors/) to connect to the REPL process, providing a more effective way to write and extend Clojure code.

0 commit comments

Comments
 (0)