We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b61acf commit 1f85b9bCopy full SHA for 1f85b9b
src/introduction/quick-start.md
@@ -55,6 +55,10 @@ The usage of the `cwltool` command-line executable is basically
55
`cwltool [OPTIONS] <CWL_DOCUMENT> [INPUTS_OBJECT]`. You can run the
56
`hello_world.cwl` workflow without specifying any option:
57
58
+```{runcmd} pwd
59
+:working-directory: ""
60
+```
61
+
62
```{runcmd} cwltool hello_world.cwl
63
:name: running-hello_world.cwl-with-cwltool
64
:caption: Running `hello_world.cwl` with `cwltool`.
0 commit comments