You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewRuntimeException("Need url to resource listing as argument. You can also specify VM Argument -DfileMap=/path/to/folder/containing.resources.json/")
49
54
}
50
55
valhost= args(0)
51
56
valauthorization= {
52
-
Option(System.getProperty("header")) match {
57
+
Option(System.getProperty("header")) match {
53
58
caseSome(e) => {
54
59
// this is ugly and will be replaced with proper arg parsing like in ScalaAsyncClientGenerator soon
55
60
valauthInfo= e.split(":")
@@ -129,7 +134,6 @@ abstract class BasicGenerator extends CodegenConfig with PathUtil {
0 commit comments