This commit is contained in:
2020-02-12 16:33:19 +01:00
parent 7192a0d12c
commit 4116771c98
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
A simple CLI library for Carp.
```clojure
(load "https://veitheller.de/git/carpentry/cli@0.0.6")
(load "https://veitheller.de/git/carpentry/cli@0.0.7")
(defn main []
(let [p (=> (CLI.new @"My super cool tool!")

View File

@@ -418,7 +418,7 @@ mesage is empty, `--help` was requested. If you dont want to provide a
(doc CLI "is a simple CLI library for Carp.
```clojure
(load \"https://veitheller.de/git/carpentry/cli@0.0.6\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.7\")
(defn main []
(let [p (=> (CLI.new @\"My super cool tool!\")

View File

@@ -30,7 +30,7 @@
</h1>
<div class="module-description">
<p>is a simple CLI library for Carp.</p>
<pre><code class="language-clojure">(load &quot;https://veitheller.de/git/carpentry/cli@0.0.6&quot;)
<pre><code class="language-clojure">(load &quot;https://veitheller.de/git/carpentry/cli@0.0.7&quot;)
(defn main []
(let [p (=&gt; (CLI.new @&quot;My super cool tool!&quot;)