File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Each parser is generated with [schema-salad-tool](https://github.com/common-work
25
25
26
26
- CWL v1.2
27
27
``` console
28
- $ schema-salad-tool --codegen dlang https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed /CommonWorkflowLanguage.yml --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" --codegen-examples resources/cwl-v1.2 > v1_2.d
28
+ $ schema-salad-tool --codegen dlang https://github.com/common-workflow-language/cwl-v1.2/raw/codegen /CommonWorkflowLanguage.yml --codegen-package cwl.v1_2 --codegen-parser-info "CWL v1.2 parser generated with schema-salad-tool" --codegen-examples resources/cwl-v1.2 > v1_2.d
29
29
```
30
30
31
31
- You can specify the package name via ` --codegen-package ` .
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ schema-salad-tool --codegen dlang --codegen-package cwl.v1_1 --codegen-parser-in
14
14
15
15
schema-salad-tool --codegen dlang --codegen-package cwl.v1_2 --codegen-parser-info " CWL v1.2 parser generated with schema-salad-tool" \
16
16
--codegen-examples resources/cwl-v1.2 \
17
- https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed /CommonWorkflowLanguage.yml > source/cwl/v1_2.d
17
+ https://github.com/common-workflow-language/cwl-v1.2/raw/codegen /CommonWorkflowLanguage.yml > source/cwl/v1_2.d
You can’t perform that action at this time.
0 commit comments