1 2 3
(command #:inputs (message #:type string) (no-newline? #:type boolean #:default #f) #:run "echo" ("-n" no-newline?) message #:outputs (output_message #:type stdout))