diff --git a/README.md b/README.md index 7839e76..03f5b1d 100644 --- a/README.md +++ b/README.md @@ -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!") diff --git a/cli.carp b/cli.carp index 7681d34..3046b19 100644 --- a/cli.carp +++ b/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!\") diff --git a/docs/CLI.html b/docs/CLI.html index 3d45c3b..a02afde 100644 --- a/docs/CLI.html +++ b/docs/CLI.html @@ -30,7 +30,7 @@

is a simple CLI library for Carp.

-
(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!")