diff options
| author | Arun Isaac | 2025-11-30 00:59:49 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-30 01:46:01 +0000 |
| commit | c5bccca30b03f6dfef5d6efaaafc20fa9b25f164 (patch) | |
| tree | af1db1c574497fd379491e750c4c7cfc2dd39fab /e2e-tests/tools | |
| parent | 02465beace67ae6be4f3ef44f3cb01f0c432571a (diff) | |
| download | ravanan-c5bccca30b03f6dfef5d6efaaafc20fa9b25f164.tar.gz ravanan-c5bccca30b03f6dfef5d6efaaafc20fa9b25f164.tar.lz ravanan-c5bccca30b03f6dfef5d6efaaafc20fa9b25f164.zip | |
command-line-tool: Handle absent arguments field.
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 |
