Skip to content

Commit

Permalink
Update swagger_to_sdk_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTn authored Apr 29, 2024
1 parent 515e9df commit 3401911
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@
},
"initOptions": {
"initScript": {
"path": "sh .scripts/automation_init.sh"
"path": "sh .scripts/automation_init.sh",
"stderr": {
"showInComment": false
},
"stdout": {
"showInComment": false
}
}
},
"generateOptions": {
"generateScript": {
"path": "sh .scripts/automation_generate.sh"
"path": "sh .scripts/automation_generate.sh",
"stderr": {
"showInComment": false
},
"stdout": {
"showInComment": false
}
},
"parseGenerateOutput": true
},
Expand Down

0 comments on commit 3401911

Please sign in to comment.