diff options
| author | Arun Isaac | 2026-01-27 01:49:38 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-01-27 01:49:38 +0000 |
| commit | a83645270da5c0ee3f494b6f0449b0611fde968a (patch) | |
| tree | 1053fbab21bb255f4228156fb5fa8f8a9d634773 | |
| parent | 039b396088d086335925c3add556d4b2afae2ae1 (diff) | |
| download | ccwl-a83645270da5c0ee3f494b6f0449b0611fde968a.tar.gz ccwl-a83645270da5c0ee3f494b6f0449b0611fde968a.tar.lz ccwl-a83645270da5c0ee3f494b6f0449b0611fde968a.zip | |
| -rw-r--r-- | ccwl/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 0692786..075ae0c 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -644,7 +644,7 @@ identifiers defined in the commands." (define (function-inputs function) "Return the list of inputs accepted by @var{function}---a @code{<command>}, @code{<js-expression>}, @code{<cwl-workflow>} or -@code{<workflow> object." +@code{<workflow>} object." ((cond ((command? function) command-inputs) ((js-expression? function) js-expression-inputs) |
