about summary refs log tree commit diff
path: root/e2e-tests/tools/command-line-tool-with-array-input.scm
blob: 38a8722a319a58efd626ae740444cf2630dfed5d (plain)
1
2
3
(command #:inputs (messages #:type (array string))
         #:run "echo" messages
         #:outputs (output_message #:type stdout))