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: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,15 @@ Options:
64
64
--no-with-alias With alias as api client methods (default: true)
65
65
-a, --with-alias With alias as api client methods (default: true)
66
66
--api-client-name <name> when using the default `template.hbs`, allow customizing the `export const {apiClientName}`
67
+
--api-client-constructor-name <name> when using the default `template.hbs`, allow customizing the `export const {apiClientName}`
67
68
--error-expr <expr> Pass an expression to determine if a response status is an error
68
69
--success-expr <expr> Pass an expression to determine which response status is the main success status
69
70
--media-type-expr <expr> Pass an expression to determine which response content should be allowed
70
71
--export-schemas When true, will export all `#/components/schemas`
71
72
--implicit-required When true, will make all properties of an object required by default (rather than the current opposite), unless an explicitly `required` array is set
72
73
--with-deprecated when true, will keep deprecated endpoints in the api output
73
74
--with-description when true, will add z.describe(xxx)
74
-
--with-docs when true, will add jsdoc comments to generated types
75
+
--with-docs when true, will add jsdoc comments to generated types
75
76
--group-strategy groups endpoints by a given strategy, possible values are: 'none'|'tag'|'method'|'tag-file'|'method-file'
76
77
--complexity-threshold schema complexity threshold to determine which one (using less than `<` operator) should be assigned to a variable
77
78
--default-status when defined as `auto-correct`, will automatically use `default` as fallback for`response` when no status code was declared
0 commit comments