diff options
Diffstat (limited to 'e2e-tests/tools')
| -rw-r--r-- | e2e-tests/tools/command-line-tool-without-arguments.cwl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e2e-tests/tools/command-line-tool-without-arguments.cwl b/e2e-tests/tools/command-line-tool-without-arguments.cwl new file mode 100644 index 0000000..f0440b0 --- /dev/null +++ b/e2e-tests/tools/command-line-tool-without-arguments.cwl @@ -0,0 +1,12 @@ +cwlVersion: v1.2 +class: CommandLineTool +baseCommand: + - echo +inputs: + message: + type: string + inputBinding: + position: 1 +outputs: + output_message: + type: stdout |
