We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96da879 commit 66261e7Copy full SHA for 66261e7
Plugins/GRPCProtobufGeneratorCommand/CommandConfig.swift
@@ -109,7 +109,6 @@ extension CommandConfig {
109
}
110
111
case .fileNaming:
112
-
113
if let value = argExtractor.extractSingleOption(named: flag.rawValue) {
114
if let fileNaming = GenerationConfig.FileNaming(rawValue: value) {
115
config.common.fileNaming = fileNaming
0 commit comments