We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08eb731 commit 40a62c3Copy full SHA for 40a62c3
modules/swagger-utils/bin/extractModels.sh
@@ -1,3 +1,3 @@
1
-scala -cp 'target/*:target/lib/*:$2' ModelExporter $1 out.txt
+echo scala -cp $(echo \'target/*:target/lib/*:$2\') ModelExporter $1 out.txt
2
3
-node ./src/main/js/extractModels.js $@
+node ./src/main/js/extractModels.js $@
0 commit comments