diff options
author | Arun Isaac | 2021-06-01 14:59:46 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-01 14:59:46 +0530 |
commit | 320086ae96a21dc6e1ce918778ae60716a34b928 (patch) | |
tree | bfc292501b8517f9a350826e0c6f509bfd765109 | |
parent | 676322e6756c9a3b52d8cd1d0e6fd39f7ccc7983 (diff) | |
download | ccwl-320086ae96a21dc6e1ce918778ae60716a34b928.tar.gz ccwl-320086ae96a21dc6e1ce918778ae60716a34b928.tar.lz ccwl-320086ae96a21dc6e1ce918778ae60716a34b928.zip |
Do not export obsolete functions.
* ccwl/ccwl.scm: Do not export step and pipeline.
-rw-r--r-- | ccwl/ccwl.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 55db7a0..31a441c 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -33,8 +33,6 @@ #:use-module (ccwl yaml) #:export (command workflow - step - pipeline write-cwl)) (define %cwl-version "v1.2") |