File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ Options:
8181 --debug additional information about processes inside this tool (default: false)
8282 --another-array-type generate array types as Array<Type> (by default Type[]) (default: false)
8383 --sort-types sort fields and types (default: false)
84+ --sort-routes sort routes in alphabetical order (default: false)
85+ --custom-config <string> custom config: primitiveTypeConstructs, hooks, ... (default: "")
8486 --extract-enums extract all enums from inline interface\type content to typescript enum construction (default: false)
8587 -h, --help display help for command
8688
@@ -149,6 +151,8 @@ generateApi({
149151 enumKeyPrefix: ' ' ,
150152 enumKeySuffix: ' ' ,
151153 addReadonly: false ,
154+ sortTypes: false ,
155+ sortRouters: false ,
152156 extractingOptions: {
153157 requestBodySuffix: [" Payload" , " Body" , " Input" ],
154158 requestParamsSuffix: [" Params" ],
You can’t perform that action at this time.
0 commit comments