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
Copy file name to clipboardExpand all lines: bin/cli.js
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,16 @@ Options
28
28
type: "string",
29
29
},
30
30
rawSchema: {
31
-
type: "boolean"
31
+
type: "boolean",
32
32
},
33
33
version: {
34
-
type: "number"
35
-
}
34
+
type: "number",
35
+
},
36
36
},
37
37
}
38
38
);
39
39
40
40
console.info(chalk.bold(`✨ swagger-to-ts 2.0`));
41
-
console.info(
42
-
"This library has been updated to 2.0 with improved generation. If you experience issues you can use the deprecated v1 with `npx @manifoldco/swagger-to-ts@1 …`"
0 commit comments