From c5bccca30b03f6dfef5d6efaaafc20fa9b25f164 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Nov 2025 00:59:49 +0000 Subject: command-line-tool: Handle absent arguments field. --- e2e-tests/tools/command-line-tool-without-arguments.cwl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 e2e-tests/tools/command-line-tool-without-arguments.cwl (limited to 'e2e-tests/tools') 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 -- cgit 1.4.1