about summary refs log tree commit diff
path: root/e2e-tests/tools/unseparated-prefix-arguments.scm
blob: 03f68e2393064907abcef0b340967006c87ca6e3 (plain)
1
2
3
(command #:inputs (message #:type string)
         #:run "echo" ("-a" message #:separate? #f) ("-b" "bar" #:separate? #f)
         #:outputs (output_message #:type stdout))