Skip to content

Commit 2970dc4

Browse files
committed
Alias command
1 parent 790d261 commit 2970dc4

2 files changed

Lines changed: 90 additions & 112 deletions

File tree

docs/index.html

Lines changed: 88 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Certificaat is optimized for a specific workflow: retrieve a certificate for you
1919
In your ~deps.edn~, add an alias for ~certificaat~.
2020

2121
#+begin_src clojure
22-
:aliases {:certificaat {:extra-deps {org.danielsz/certificaat {:mvn/version "2.x.x"}}
22+
:aliases {:certificaat {:extra-deps {org.danielsz/certificaat {:mvn/version "2.1.8"}}
2323
:extra-paths ["resources"]
2424
:main-opts ["-m" "certificaat.core"]}}
2525
#+end_src
2626

2727
You can now invoke it like this:
2828

2929
#+begin_src sh
30-
$ clj -M:certificaat
30+
$ clj -A:certificaat
3131
#+end_src
3232

3333
It is recommended to create an executable file in your path for ease of use.

0 commit comments

Comments
 (0)