about summary refs log tree commit diff
path: root/e2e-tests/tools/command-line-tool-with-default-input.scm
diff options
context:
space:
mode:
Diffstat (limited to 'e2e-tests/tools/command-line-tool-with-default-input.scm')
-rw-r--r--e2e-tests/tools/command-line-tool-with-default-input.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/e2e-tests/tools/command-line-tool-with-default-input.scm b/e2e-tests/tools/command-line-tool-with-default-input.scm
new file mode 100644
index 0000000..82801a4
--- /dev/null
+++ b/e2e-tests/tools/command-line-tool-with-default-input.scm
@@ -0,0 +1,4 @@
+(command #:inputs (message #:type string
+                           #:default "Hello world!")
+         #:run "echo" message
+         #:outputs (output_message #:type stdout))