From 7a43162925dffeb6cc1a70cfe6297f9ae62427a3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 14 Nov 2023 16:31:31 +0000 Subject: ccwl: Clarify that key->output is meant for workflow outputs only. * ccwl/ccwl.scm (key->output): Clarify in the docstring that this is meant for workflow outputs only. --- ccwl/ccwl.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 47b4e5f..4055edb 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -683,7 +683,9 @@ represented by objects." (define (key->output key steps) "Return syntax to construct an object corresponding to KEY, a object, in STEPS, a list of objects. If no such - object is found, return #f." + object is found, return #f. Note that the returned syntax is +only applicable to construct objects for workflows, not in +commands." (and-let* ((step-with-output (find (lambda (step) (eq? (step-id step) (key-step key))) -- cgit v1.2.3