This commit is contained in:
2020-01-29 21:08:47 +01:00
parent aaf413ac04
commit 493d0016d5
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
(doc CLI "is a simple CLI library for Carp.
```clojure
(load \"https://veitheller.de/git/carpentry/cli@0.0.1\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.2\")
(defn main []
(let [p (=> (CLI.new @\"My super cool tool!\")
@@ -21,7 +21,7 @@
## Installation
```clojure
(load \"https://veitheller.de/git/carpentry/cli@0.0.1\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.2\")
```
## Usage