vbump
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.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
|
||||
|
4
cli.carp
4
cli.carp
@@ -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
|
||||
|
@@ -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.5")
|
||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/cli@0.0.6")
|
||||
|
||||
(defn main []
|
||||
(let [p (=> (CLI.new @"My super cool tool!")
|
||||
@@ -42,7 +42,7 @@
|
||||
(Result.Error msg) (do (IO.errorln &msg) (CLI.usage &p)))))
|
||||
</code></pre>
|
||||
<h2>Installation</h2>
|
||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/cli@0.0.5")
|
||||
<pre><code class="language-clojure">(load "https://veitheller.de/git/carpentry/cli@0.0.6")
|
||||
</code></pre>
|
||||
<h2>Usage</h2>
|
||||
<p><code>CLI</code> should be built using combinators, as in the example above. It has, as of
|
||||
|
Reference in New Issue
Block a user