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 8567ad3 commit 96f90beCopy full SHA for 96f90be
Sources/swift-openapi-generator/FilterCommand.swift
@@ -81,7 +81,7 @@ private func timing<Output>(_ title: String, _ operation: @autoclosure () throws
81
}
82
83
private let sampleConfig = _UserConfig(
84
- generate: [.types, .client],
+ generate: [],
85
filter: DocumentFilter(
86
operations: ["getGreeting"],
87
tags: ["greetings"],
0 commit comments