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
"The Swift files to generate. Options: \(GeneratorMode.prettyListing). Note that '\(GeneratorMode.client.rawValue)' and '\(GeneratorMode.server.rawValue)' depend on declarations in '\(GeneratorMode.types.rawValue)'."
29
29
)varmode:[GeneratorMode]=[]
30
30
31
+
@Option(help:"The access modifier to use for the API of generated code. Default: \(Config.defaultAccessModifier.rawValue)")
32
+
varaccessModifier:AccessModifier?
33
+
31
34
@Option(
32
35
help:
33
-
"The access modifier to use for the API of generated code. Default: \(Config.defaultAccessModifier.rawValue)"
34
-
)varaccessModifier:AccessModifier?
36
+
"The strategy for converting OpenAPI names into Swift names. Default: \(Config.defaultNamingStrategy.rawValue)"
37
+
)varnamingStrategy:NamingStrategy?
35
38
36
39
@Option(help:"Additional import to add to all generated files.")varadditionalImport:[String]=[]
0 commit comments