about summary refs log tree commit diff
path: root/e2e-tests/tools/boolean-false-input-value.scm
blob: 08db60d5aff1c86bbb0af389f33395caeabfffd8 (plain)
1
2
3
(command #:inputs (message #:type string) (no-newline? #:type boolean)
         #:run "echo" ("-n" no-newline?) message
         #:outputs (output_message #:type stdout))