about summary refs log tree commit diff
path: root/e2e-tests/tools/prefix-arguments.scm
blob: d680aceea9859ad5c33cffd194ec633e32dbed6f (plain)
1
2
3
(command #:inputs (last #:type int) (separator #:type string)
         #:run "seq" ("-s" separator) last
         #:outputs (sequence #:type stdout))