From 259f1ba6d042555bbd106d40de6b3c518897bbe7 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Sat, 6 Mar 2021 02:09:01 +0530
Subject: Remove clitool functions.
* ccwl/ccwl.scm (clitool, clitool-step): Delete functions.
---
ccwl/ccwl.scm | 65 ++---------------------------------------------------------
1 file changed, 2 insertions(+), 63 deletions(-)
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm
index 4760fb6..468d021 100644
--- a/ccwl/ccwl.scm
+++ b/ccwl/ccwl.scm
@@ -8,14 +8,11 @@
#:use-module (srfi srfi-9)
#:use-module (srfi srfi-9 gnu)
#:use-module (ice-9 match)
- #:export (clitool
- command
+ #:export (command
workflow
input
output
- step
- clitool-step))
-
+ step))
(define-immutable-record-type
(make-input id type label default binding source other)
@@ -45,26 +42,6 @@
(define* (output id #:key type binding source (other '()))
"Build and return an