about summary refs log tree commit diff
path: root/e2e-tests/tools/command-line-tool-with-default-input.scm
blob: 82801a435e65c58d636c36a89afaf23d3580dd35 (plain)
1
2
3
4
(command #:inputs (message #:type string
                           #:default "Hello world!")
         #:run "echo" message
         #:outputs (output_message #:type stdout))