We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc9239 commit 0a90a27Copy full SHA for 0a90a27
docs/clojure-cli/built-in-commands.md
@@ -1,6 +1,6 @@
1
# Clojure CLI Built-in commands
2
3
-`clojure` without any other arguments will run a REPL with a basic terminal prompt.
+`clojure` without any other arguments will run a REPL with a basic terminal prompt.
4
5
`clj` is a wrapper script for the `clojure` command (`rlwrap` required) to add command history to the basic REPL prompt.
6
@@ -440,7 +440,7 @@ Including the top-level key `:deps/prep-lib` tells the tools.deps classpath cons
440
441
Add a library dependency as with any other library (git or local/root):
442
443
-!!! EXAMPLE
+!!! EXAMPLE ""
444
```clojure
445
{:deps {practicalli/library-name {:local/root "../needs-prep"}
446
practicalli/library-name {:git/sha "../needs-prep"}}}
0 commit comments