This commit is contained in:
2020-01-31 22:30:42 +01:00
parent 99ce77695c
commit 5b3b72e127
3 changed files with 6 additions and 6 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.5\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.6\")
(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.5\")
(load \"https://veitheller.de/git/carpentry/cli@0.0.6\")
```
## Usage