From 7bd0817c2766256be338e45b4c0f42d641a97949 Mon Sep 17 00:00:00 2001 From: hellerve Date: Wed, 29 Jan 2020 21:09:48 +0100 Subject: [PATCH] update docs --- docs/CLI.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CLI.html b/docs/CLI.html index f319900..8313e26 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.1")
+
(load "https://veitheller.de/git/carpentry/cli@0.0.2")
 
 (defn main []
   (let [p (=> (CLI.new @"My super cool tool!")
@@ -42,7 +42,7 @@
       (Result.Error msg) (do (IO.errorln &msg) (CLI.usage &p)))))
 

Installation

-
(load "https://veitheller.de/git/carpentry/cli@0.0.1")
+
(load "https://veitheller.de/git/carpentry/cli@0.0.2")
 

Usage

CLI should be built using combinators, as in the example above. It has, as of