Skip to content

Commit

Permalink
Fix link to Clojure CLI doc at clojure.org in README.md (#101)
Browse files Browse the repository at this point in the history
Doc reorg upstream split CLI and deps.edn docs, so this fixes the link to point to the new location.
  • Loading branch information
tripplilley authored Jul 24, 2024
1 parent 33fd50a commit 836b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The main ideas:
- Put as little effort as possible into turning a clojure function into a CLI,
similar to `-X` style invocations. For lazy people like me! If you are not
familiar with `clj -X`, read the docs
[here](https://clojure.org/reference/deps_and_cli#_execute_a_function).
[here](https://clojure.org/reference/clojure_cli#use_fn).
- But with a better UX by not having to use quotes on the command line as a
result of having to pass EDN directly: `:dir foo` instead of `:dir '"foo"'` or
who knows how to write the latter in `cmd.exe` or Powershell.
Expand Down

0 comments on commit 836b15f

Please sign in to comment.