Merge branch 'thehyve/fix-crunch-documentation' Fix a typo in Crunch Dispatch install...
[arvados.git] / sdk / cwl / tests / wf-defaults / default-dir7a.cwl
1 cwlVersion: v1.0
2 class: CommandLineTool
3 inputs:
4   inp2:
5     type: Directory
6 outputs: []
7 arguments: [echo, $(inputs.inp2)]