Skip to content

Commit 6025e51

Browse files
authored
freshen sample output
1 parent 6e92227 commit 6025e51

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_episodes/03-input.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,15 @@ input object on the command line:
4747
```
4848
$ touch whale.txt
4949
$ cwl-runner inp.cwl inp-job.yml
50-
[job 140020149614160] /home/example$ echo -f -i42 --example-string hello --file=/home/example/whale.txt
51-
-f -i42 --example-string hello --file=/home/example/whale.txt
50+
[job inp.cwl] /tmp/tmpzrSnfX$ echo \
51+
-f \
52+
-i42 \
53+
--example-string \
54+
hello \
55+
--file=/tmp/tmpRBSHIG/stg979b6d24-d50a-47e3-9e9e-90097eed2cbc/whale.txt
56+
-f -i42 --example-string hello --file=/tmp/tmpRBSHIG/stg979b6d24-d50a-47e3-9e9e-90097eed2cbc/whale.txt
57+
[job inp.cwl] completed success
58+
{}
5259
Final process status is success
5360
```
5461

0 commit comments

Comments
 (0)