File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33set -eu
44
5- mkdir -p source/cwl_d_auto
5+ mkdir -p source/cwl
66
7- schema-salad-tool --codegen dlang --codegen-package cwl_d_auto .v1_0 --codegen-parser-info " CWL v1.0 parser generated with schema-salad-tool" \
7+ schema-salad-tool --codegen dlang --codegen-package cwl .v1_0 --codegen-parser-info " CWL v1.0 parser generated with schema-salad-tool" \
88 --codegen-examples resources/cwl-v1.0 \
9- https://github.com/common-workflow-language/common-workflow-language/raw/codegen/v1.0/CommonWorkflowLanguage.yml > source/cwl_d_auto /v1_0.d
9+ https://github.com/common-workflow-language/common-workflow-language/raw/codegen/v1.0/CommonWorkflowLanguage.yml > source/cwl /v1_0.d
1010
11- schema-salad-tool --codegen dlang --codegen-package cwl_d_auto .v1_1 --codegen-parser-info " CWL v1.1 parser generated with schema-salad-tool" \
11+ schema-salad-tool --codegen dlang --codegen-package cwl .v1_1 --codegen-parser-info " CWL v1.1 parser generated with schema-salad-tool" \
1212 --codegen-examples resources/cwl-v1.1 \
13- https://github.com/common-workflow-language/cwl-v1.1/raw/codegen/CommonWorkflowLanguage.yml > source/cwl_d_auto /v1_1.d
13+ https://github.com/common-workflow-language/cwl-v1.1/raw/codegen/CommonWorkflowLanguage.yml > source/cwl /v1_1.d
1414
15- schema-salad-tool --codegen dlang --codegen-package cwl_d_auto .v1_2 --codegen-parser-info " CWL v1.2 parser generated with schema-salad-tool" \
15+ schema-salad-tool --codegen dlang --codegen-package cwl .v1_2 --codegen-parser-info " CWL v1.2 parser generated with schema-salad-tool" \
1616 --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_d_auto /v1_2.d
17+ https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml > source/cwl /v1_2.d
You can’t perform that action at this time.
0 commit comments