diff options
Diffstat (limited to 'doc/echo.cwl')
-rw-r--r-- | doc/echo.cwl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/echo.cwl b/doc/echo.cwl new file mode 100644 index 0000000..6ecd530 --- /dev/null +++ b/doc/echo.cwl @@ -0,0 +1,12 @@ +cwlVersion: v1.2 +class: CommandLineTool +baseCommand: echo +arguments: ["-n"] +inputs: + message: + type: string + inputBinding: + position: 1 +outputs: + output: + type: stdout |