Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jan 6, 2024
1 parent 34e096f commit 117e1ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/reference/clojure_cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Each execution of the Clojure CLI runs a Clojure program by determining all path
<<clojure_cli#use_repl,Start a REPL:>> +
`clj [clj-opts] [-Aaliases]`

<<clojure_clj#use_fn,Execute a function:>> +
<<clojure_cli#use_fn,Execute a function:>> +
`clojure [clj-opts] -X[aliases] my/fn? [kpath v ...] kv-map?`

<<clojure_clj#use_tool,Run a tool:>> +
<<clojure_cli#use_tool,Run a tool:>> +
`clojure [clj-opts] -T[name|aliases] my/fn [kpath v ...] kv-map?`

<<clojure_clj#use_main,Run a main namespace or script:>> +
<<clojure_cli#use_main,Run a main namespace or script:>> +
`clojure [clj-opts] -M[aliases] [init-opts] [main-opts] [args]`

[[options]]
Expand Down

0 comments on commit 117e1ee

Please sign in to comment.