From 6fa1e2a28e90b3ccd12502d39c67526242f6f175 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 18 Oct 2021 00:34:02 +0530 Subject: ccwl: Improve comment describing handling of single input commands. * ccwl/ccwl.scm (collect-steps): Improve comment describing handling of single input commands. Mention that it applies only when no inputs are passed to it. --- ccwl/ccwl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index aca89cd..27012ec 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -268,8 +268,8 @@ represented by objects." ((tee expressions ...) (append-mapn (cut collect-steps <> input-keys) #'(expressions ...))) - ;; commands with only a single input and when only a single key is - ;; available at this step + ;; commands with only a single input when only a single key is + ;; available at this step and when no inputs are passed to it ((command (step-id)) (and (command-object #'command) (= (length input-keys) 1) -- cgit v1.2.3