Skip to content

Commit

Permalink
clojure-cli: formatting built-in-commands page
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 8, 2024
1 parent 8fc9239 commit 0a90a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clojure-cli/built-in-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Clojure CLI Built-in commands

`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.

`clj` is a wrapper script for the `clojure` command (`rlwrap` required) to add command history to the basic REPL prompt.

Expand Down Expand Up @@ -440,7 +440,7 @@ Including the top-level key `:deps/prep-lib` tells the tools.deps classpath cons

Add a library dependency as with any other library (git or local/root):

!!! EXAMPLE
!!! EXAMPLE ""
```clojure
{:deps {practicalli/library-name {:local/root "../needs-prep"}
practicalli/library-name {:git/sha "../needs-prep"}}}
Expand Down

0 comments on commit 0a90a27

Please sign in to comment.