fix typo
This commit is contained in:
@@ -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!")
|
||||
|
2
cli.carp
2
cli.carp
@@ -418,7 +418,7 @@ mesage is empty, `--help` was requested. If you don’t 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!\")
|
||||
|
@@ -30,7 +30,7 @@
|
||||
</h1>
|
||||
<div class="module-description">
|
||||
<p>is a simple CLI library for Carp.</p>
|
||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/cli@0.0.6")
|
||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/cli@0.0.7")
|
||||
|
||||
(defn main []
|
||||
(let [p (=> (CLI.new @"My super cool tool!")
|
||||
|
Reference in New Issue
Block a user