about summary refs log tree commit diff
path: root/e2e-tests/tools/int-for-float-input.scm
blob: 18b2f1f5986d34af56f88719687cc34306b2b645 (plain)
1
2
3
(command #:inputs (message #:type float)
         #:run "echo" message
         #:outputs (output_message #:type stdout))