about summary refs log tree commit diff
path: root/tests/echo.cwl
blob: b957a59a745345695113f42b92183cd55cabc554 (plain)
1
2
3
4
5
6
7
cwlVersion: v1.2
class: CommandLineTool
baseCommand: echo
inputs:
  message:
    type: string
outputs: {}