We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a726df7 + 3315954 commit 6b333ebCopy full SHA for 6b333eb
1 file changed
content/guides/deps_and_cli.adoc
@@ -488,14 +488,14 @@ And then start the server by invoking with the alias:
488
489
[source,shell]
490
----
491
-clojure -X:repl-server
+clj -X:repl-server
492
493
494
If you like, you can also override the default parameters (or add additional options) on the command line:
495
496
497
498
-clojure -X:repl-server :port 51234
+clj -X:repl-server :port 51234
499
500
501
You can use netcat to connect from another terminal:
0 commit comments