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

@@ -3,7 +3,7 @@
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!")
@@ -18,7 +18,7 @@ A simple CLI library for Carp.
## Installation
```clojure
(load "https://veitheller.de/git/carpentry/cli@0.0.5")
(load "https://veitheller.de/git/carpentry/cli@0.0.6")
```
## Usage