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?
31
+
@Option(
32
+
help:
33
+
"The access modifier to use for the API of generated code. Default: \(Config.defaultAccessModifier.rawValue)"
34
+
)varaccessModifier:AccessModifier?
33
35
34
36
@Option(
35
37
help:
@@ -84,7 +86,7 @@ extension _GenerateOptions {
84
86
/// - Returns: The naming strategy requestd by the user.
0 commit comments